Firstly,I\'m a newbie to rails.I\'m working on a rails website. It has three controllers namely application_controller,static_pages_controllers and users_controller<
In Rails 4.x
you have to add these lines in config/environment.rb
config.assets.precompile << "*.css"