Desert is a component framework for Rails that allows your plugins have a Rails app like directory structure, routes, migrations, and dependencies.
186
stars
31
forks
source link
Helper not found ("Method not found") #7
Open
cbeier opened 14 years ago
From the main application can not access the helper from the plugin: "Method not found".
In the application_controller.rb of the main application is: "helper: all # include all helpers, all the time"
Does the involvement of helper something special to be taken?