Bojan Jordanovski
Results
2
issues of
Bojan Jordanovski
NoMethodError: undefined method `options' for #<ActiveSupport::Callbacks::Callback:0x007fc2ca992bb0>
Hi, After upgrading Rails from 4.1.14 to 4.2, I'm getting this error in my specs consultation.rb ``` after_commit :schedule_staff_notifier, on: :create, if: :persisted? ``` consultation_spec.rb ``` it { expect(consultation).to callback(:schedule_staff_notifier).after(:commit).on(:create)...
Hi, I'm struggling with some issue and not sure how to get out of it: Here is my `labels/index.rabl` ``` collection @labels attribute :id, :name ``` When I do next...