Override a Rails Engine controller action

Posted by sad sheep on Stack Overflow See other posts from Stack Overflow or by sad sheep
Published on 2010-05-21T09:57:17Z Indexed on 2010/05/21 10:00 UTC
Read the original article Hit count: 312

Hello,

i'm using a Rails engine, but i need to customize some controllers actions.

I actually forked the engine, and implementing those customizations into my own fork, but i was wondering if there is an official way in Rails Engines to override and customize controllers.

© Stack Overflow or respective owner

Related posts about ruby-on-rails

Related posts about rails-engines