Faizan Ali

Results 3 issues of 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...

bug?

I am using it with ionic angular cordova project. When I click scan button onCardIOCancel callback is called. Can't figure whats wrong.