Hugh Hunter

Results 1 comments of Hugh Hunter

I'm having this same issue: ``` ruby class NameView include Dynamoid::Document table :name => :name_views field :name_id, :integer index :name_id index :created_at, :range => true end ``` And here's the...