testam

Getting error when using with rails4

Recommended Posts

Hi,

 

I have been using fusionchart with rails4 but its getting error lke this

 

ActionController::RoutingError (uninitialized constant ApplicationHelper::FusionChartsHelper):
  app/helpers/application_helper.rb:2:in `<module:ApplicationHelper>'
  app/helpers/application_helper.rb:1:in `<top (required)>'
  app/controllers/application_controller.rb:1:in `<top (required)>'
  app/controllers/testingmachines_controller.rb:1:in `<top (required)>'
 

 

Thank You

vishnu

Edited by testam

Share this post


Link to post
Share on other sites
Guest Sashibhusan

Hey,

 

Could you please try once restarting your server?

 

Please note that whenever installing new gems you have to restart your web server as your gems are loaded when the application environment starts.

 

Hope this helps!

Share this post


Link to post
Share on other sites

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now