active_model_serializers/test/action_controller
Benjamin Fleischer 1b2f5ec774 Differentiate exception behavior in Rails 4.0 vs. others
NoMethodError is current_user is nil, so nil.admin?
NameError is a superclass of NoMethodError (which Rails 4.0 won't allow)
  and means current_user might not be defined
2016-03-12 19:59:43 -06:00
..
json Refactors of the Attribute adapter. Adds support for nested associations specified from the include key in the controller. Adds some tests and some method documentation 2015-09-21 10:35:47 -04:00
json_api Rubocop autocorrect 2016-03-08 22:32:34 +01:00
adapter_selector_test.rb Rubocop autocorrect 2016-03-08 22:32:34 +01:00
explicit_serializer_test.rb Rubocop: Consistent spacing 2015-09-03 20:51:40 -05:00
serialization_scope_name_test.rb Differentiate exception behavior in Rails 4.0 vs. others 2016-03-12 19:59:43 -06:00
serialization_test.rb Rubocop autocorrect 2016-03-08 22:32:34 +01:00