aboutsummaryrefslogtreecommitdiffstats
path: root/actionpack/lib/action_controller/model_naming.rb
Commit message (Collapse)AuthorAgeFilesLines
* Remove ActiveModel dependency from ActionPackGuillermo Iguaran2012-06-301-0/+12
ActiveModel is used in ActionPack for ActiveModel::Naming for a few, mostly optional aspects of ActionPack related to automatically converting an ActiveModel compliant object into a key for params and routing. It uses only three methods of ActiveModel (ActiveModel::Naming.route_key, ActiveModel::Naming.singular_route_key and ActiveModel::Naming.param_key).