Sha256: a8de92fd80c7dc19f7fd168332e06ad1a7f9e5c482c8d9e48c0a85ee976fc786

Contents?: true

Size: 166 Bytes

Versions: 3

Compression:

Stored size: 166 Bytes

Contents

# -*- encoding : utf-8 -*-
module Tabit
  class Railtie < Rails::Railtie
    ActiveSupport.on_load :action_controller do
      helper Tabit::Helper
    end
  end
end

Version data entries

3 entries across 3 versions & 1 rubygems

Version Path
tabit-0.4.0 lib/tabit/railtie.rb
tabit-0.3.4 lib/tabit/railtie.rb
tabit-0.3.3 lib/tabit/railtie.rb