Sha256: 6408748bfdcbf23f3f09c16a7175a3c1f7aa48d38fcf4e353497bcfb59761869
Contents?: true
Size: 283 Bytes
Versions: 2
Compression:
Stored size: 283 Bytes
Contents
require 'office_clerk' module PostClerk class Engine < Rails::Engine engine_name 'post_clerk' config.autoload_paths += %W(#{config.root}/lib) initializer 'post_clerk' do |app| app.config.assets.precompile += %w(post_office.css post_office.js) end end end
Version data entries
2 entries across 2 versions & 1 rubygems
Version | Path |
---|---|
post_clerk-0.6 | lib/post_clerk.rb |
post_clerk-0.5 | lib/post_clerk.rb |