Module: Schnitzelpress::Actions::Assets

Extended by:
ActiveSupport::Concern
Included in:
Schnitzelpress::App
Defined in:
lib/schnitzelpress/actions/assets.rb

Constant Summary collapse

ASSET_TIMESTAMP =
Time.now.to_i
JAVASCRIPT_ASSETS =
['jquery-1.7.1.js', 'jquery.cookie.js', 'schnitzelpress.js', 'jquery-ujs.js']