Controller specific stylesheets in rails 3: Inheritence

后端 未结 2 1533
离开以前
离开以前 2020-12-28 11:03

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<

2条回答
  •  萌比男神i
    2020-12-28 11:30

    In Rails 4.x

    you have to add these lines in config/environment.rb

    config.assets.precompile << "*.css"

提交回复
热议问题