aboutsummaryrefslogtreecommitdiffstats
path: root/actionpack/test/template/record_identifier_test.rb
Commit message (Collapse)AuthorAgeFilesLines
* Fix ActionView::RecordIdentifier to work as a singletonPiotr Sarnacki2012-08-281-0/+9
| | | | | We extend it with self, but the methods were not working properly were used directly on module.
* Move ActionController::RecordIdentifier to ActionViewPiotr Sarnacki2012-08-281-0/+40
Since it's more about DOM classes and ids it belongs to Action View better. What's more, it's more convenient to make it part of Action View to follow the rule that Action Pack can depend on Action View, but not the other way round.