%= csrf_meta_tag %>
CLASS_NAME_PLACE_HOLDER
<%= include_sencha_touch :theme => false, :debug => (Rails.env != 'production') %>
<%= static_stylesheet_link_tag('sencha_touch/resources/css/sencha-touch.css') %>
<%= static_stylesheet_link_tag('sencha_touch/resources/css/apple.css') %>
<%= static_javascript_include_tag('erp_app/utility.js') %>
<%= static_javascript_include_tag('erp_app/mobile/mobile_base.js') %>
<%= add_authenticity_token_to_extjs %>
<%= static_javascript_include_tag('CLASS_NAME_PLACE_HOLDER/app.js') %>