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

Version Path
bootstrap_leather-0.9.4 lib/bootstrap_leather/railtie.rb
bootstrap_leather-0.9.3 lib/bootstrap_leather/railtie.rb
bootstrap_leather-0.9.2 lib/bootstrap_leather/railtie.rb
bootstrap_leather-0.9.1 lib/bootstrap_leather/railtie.rb
bootstrap_leather-0.9.0 lib/bootstrap_leather/railtie.rb
bootstrap_leather-0.8.8 lib/bootstrap_leather/railtie.rb
bootstrap_leather-0.8.7 lib/bootstrap_leather/railtie.rb
bootstrap_leather-0.8.6 lib/bootstrap_leather/railtie.rb
bootstrap_leather-0.8.5 lib/bootstrap_leather/railtie.rb
bootstrap_leather-0.8.4 lib/bootstrap_leather/railtie.rb
bootstrap_leather-0.8.3 lib/bootstrap_leather/railtie.rb
bootstrap_leather-0.8.2 lib/bootstrap_leather/railtie.rb
bootstrap_leather-0.8.1 lib/bootstrap_leather/railtie.rb
bootstrap_leather-0.8.0 lib/bootstrap_leather/railtie.rb
bootstrap_leather-0.7.4 lib/bootstrap_leather/railtie.rb
bootstrap_leather-0.7.3 lib/bootstrap_leather/railtie.rb
bootstrap_leather-0.7.1 lib/bootstrap_leather/railtie.rb
bootstrap_leather-0.7.0 lib/bootstrap_leather/railtie.rb
bootstrap_leather-0.6.3 lib/bootstrap_leather/railtie.rb
bootstrap_leather-0.6.2 lib/bootstrap_leather/railtie.rb