Files
nairobi/app/helpers
Javi Martín a64a290392 Extract commentable_path to an initializer
By doing so and including it in ActionDispatch::Routing::UrlFor, we make
it available in controllers, helpers and specs, and so we can remove the
duplication we had there with methods dealing with the same problem.

Even if monkey-patching is ugly, using a different module and executing
ActionDispatch::Routing::UrlFor.send(:include, MyModule) wouldn't make
the method available in the controller.
2018-09-17 20:28:55 +02:00
..
2018-07-12 10:17:25 -04:00
2018-04-02 17:28:39 +02:00
2017-11-17 00:21:16 +01:00
2017-07-03 12:55:22 +02:00
2017-11-17 13:14:03 -04:00
2018-01-17 18:36:45 +01:00
2017-10-17 22:00:00 +02:00
2015-09-15 14:59:07 +02:00