Sha256: 7c0e6563cb2bcd8e26cbb0502a4ce604b8a71255228ab7bbaf13f4bc7cd6a679

Contents?: true

Size: 415 Bytes

Versions: 2

Compression:

Stored size: 415 Bytes

Contents

require 'templates/version'
require 'templates/engine'

module Templates
  # The parent controller for TemplatesController to inherit from.
  # This is set early in the initialization process and should be set to a string.
  # It needs to be a string so the parent controller reloads whenever there are changes in development.
  mattr_accessor :parent_controller
  @@parent_controller = 'ApplicationController'
end

Version data entries

2 entries across 2 versions & 1 rubygems

Version Path
templates-rails-0.1.6 lib/templates-rails.rb
templates-rails-0.1.5 lib/templates-rails.rb