Sha256: 37f782a1c45f050bfaa31db074bf597bcccca69d940411795982f8537172b313
Contents?: true
Size: 385 Bytes
Versions: 11
Compression:
Stored size: 385 Bytes
Contents
module Contentment # This require basically states that we're going to require the engine # if you are using rails and your rails version is 3.x.. require 'contentment/engine' if defined?(Rails) && Rails::VERSION::MAJOR == 3 end # Adding a couple of extra files here and you can view all of the source # to see what they have in them. require 'extensions/action_controller/base'
Version data entries
11 entries across 11 versions & 1 rubygems