Faizan Ali
Faizan Ali
I want to add param for nested attributes of an associated model. For Example: `images_attributes: [:id,:file,:_destroy]` Is it possible?
I have Category model ``` class Category include Mongoid::Document include Sunspot::Mongo field :name searchable do text :name end end ``` I have Category record with name 'Laundry' I only get...
I am using it with ionic angular cordova project. When I click scan button onCardIOCancel callback is called. Can't figure whats wrong.