Sha256: 3f6b68f0a4d470e77eae11b6a70c288e5138dbfd0967436a97ddaa2f0834f35c
Contents?: true
Size: 211 Bytes
Versions: 1
Compression:
Stored size: 211 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| end end end
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
post_clerk-0.4 | lib/post_clerk.rb |