开发者

application.js in rails

开发者 https://www.devze.com 2023-01-01 08:31 出处:网络
Where am I supposed to create the application.js file in rails. Inside javascripts director开发者_开发知识库y?

Where am I supposed to create the application.js file in rails. Inside javascripts director开发者_开发知识库y?

Thanks


Yes, It has to be in the javascripts folder


Rails 3.1 changes this behavior to the app/assets folder, and it is a special manifest file, not code.

0

精彩评论

暂无评论...
验证码 换一张
取 消