Sha256: 3525a16c113c9ddb44484e187a28e28f8fc2af22007f38c23e4c29a789e820c0
Contents?: true
Size: 402 Bytes
Versions: 3
Compression:
Stored size: 402 Bytes
Contents
module Ksk class Engine < Rails::Engine isolate_namespace Ksk config.bhf.css << 'ksk/application' config.bhf.js << 'ksk/application' initializer 'ksk.helper' do ActiveSupport.on_load :action_controller do helper Ksk::FrontendHelper end end end end require 'stringex' require 'paperclip/processor' require 'paperclip_processors/ksk_crop'
Version data entries
3 entries across 3 versions & 1 rubygems
Version | Path |
---|---|
ksk-0.2.15 | lib/ksk.rb |
ksk-0.2.14 | lib/ksk.rb |
ksk-0.2.13 | lib/ksk.rb |