lib/action_controller/api.rb in actionpack-5.1.0.beta1 vs lib/action_controller/api.rb in actionpack-5.1.0.rc1

- old
+ new

@@ -79,13 +79,12 @@ # format.xml { render xml: posts } # end # end # end # - # Quite straightforward. Make sure to check the modules included in - # <tt>ActionController::Base</tt> if you want to use any other - # functionality that is not provided by <tt>ActionController::API</tt> - # out of the box. + # Make sure to check the modules included in <tt>ActionController::Base</tt> + # if you want to use any other functionality that is not provided + # by <tt>ActionController::API</tt> out of the box. class API < Metal abstract! # Shortcut helper that returns all the ActionController::API modules except # the ones passed as arguments: