Commit Graph

2 Commits

Author SHA1 Message Date
Piotr Sarnacki f4d493ed7c Fix ActionView::RecordIdentifier to work as a singleton
We extend it with self, but the methods were not working properly were
used directly on module.
2012-08-28 11:19:37 +02:00
Piotr Sarnacki 264624049e Move ActionController::RecordIdentifier to ActionView
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.
2012-08-28 10:51:03 +02:00