Sha256: f95e8ebda1ff6768dea6d38987140d884bc0ef209ed6020399d82a3867135534

Contents?: true

Size: 184 Bytes

Versions: 1

Compression:

Stored size: 184 Bytes

Contents

require 'layout'

module Wiselinks
  class Engine < ::Rails::Engine

    initializer "wiselinks.register"  do
      ActionController::Base.send :include, Layout
    end
    
  end
end

Version data entries

1 entries across 1 versions & 1 rubygems

Version Path
wiselinks-0.0.2 lib/wiselinks.rb