Alexander Titov

Results 2 comments of Alexander Titov

To make it work, I simply redefined to_param method in Post and Category models and add custom find method in blog/admin/posts_controller_decorator. Now everything seems to work fine. // post_decorator.rb def...