application.html.erb

来源:互联网 发布:java用什么软件编程 编辑:程序博客网 时间:2024/06/05 11:48

csrf_meta_tags

<meta content="authenticity_token" name="csrf-param"><meta content="6dzSP5yGThFu4v6hiXdROKQtIfle+5Seeb60hQgmZGU=" name="csrf-token">

stylesheet_link_tag ⇒ 加载CSS ( *= require_tree .)

javascript_include_tag ⇒ 加载JS (//= require_tree .)