dwyl / phoenix-ecto-append-only-log-example

📝 A step-by-step example/tutorial showing how to build a Phoenix (Elixir) App where all data is immutable (append only). Precursor to Blockchain, IPFS or Solid!
GNU General Public License v2.0
78 stars 7 forks source link

Dot syntax instead of square brackets #21

Closed geekoftheweek closed 5 years ago

geekoftheweek commented 5 years ago

Changing the [:city] to .city resolves an UndefinedFunctionError as described in #20

codecov[bot] commented 5 years ago

Codecov Report

Merging #21 into master will not change coverage. The diff coverage is n/a.

Impacted file tree graph

@@           Coverage Diff           @@
##           master      #21   +/-   ##
=======================================
  Coverage   59.09%   59.09%           
=======================================
  Files           8        8           
  Lines          22       22           
=======================================
  Hits           13       13           
  Misses          9        9

Continue to review full report at Codecov.

Legend - Click here to learn more Δ = absolute <relative> (impact), ø = not affected, ? = missing data Powered by Codecov. Last update 2397745...eb13f8f. Read the comment docs.