You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Jan 2, 2020. It is now read-only.
class Post
include Mongoid::Document
include Mongoid::Timestamps
field :name, :type => String
field :age, :type => Integer
field :cool, :type => Float
end
results in
Showing /home/sallas/Aptana Studio 3 Workspace/viterma/app/views/posts/show.html.haml where line #13 raised:
wrong argument type nil (expected Fixnum)
Extracted source (around line #13):
10: =p.attributes do
11: = p.attribute :name
12: = p.attribute :age
13: = p.attribute :cool
14: