Sha256: c91939c8993a52da5a2fa90daafe020846f86b2e898ce2b44a3840d647192c47
Contents?: true
Size: 299 Bytes
Versions: 47
Compression:
Stored size: 299 Bytes
Contents
module BootstrapLeather class Railtie < Rails::Railtie initializer 'bootstrap_leather.add_view_paths', :after => :add_view_paths do |app| ActiveSupport.on_load(:action_controller) do prepend_view_path app.root.join('/app/views/bootstrap_leather').to_s end end end end
Version data entries
47 entries across 47 versions & 1 rubygems