Sha256: 34988e01fca87a1e148b478716dfa5c0ee6de5e28378475ce69d7a606bca0ddb

Contents?: true

Size: 279 Bytes

Versions: 1

Compression:

Stored size: 279 Bytes

Contents

require 'rubygems'
require 'active_support'

module Scintillation
end

%w(controller view).each do |file|
  require Pathname.new(__FILE__).expand_path.parent.join('scintillation', file)
end

if defined?(Rails)
  ActionController::Base.send(:extend, Scintillation::Controller)
end

Version data entries

1 entries across 1 versions & 1 rubygems

Version Path
scintillation-1.1.2 lib/scintillation.rb