Sha256: 4fb9e845c8a51588d1e0b3b236f86004e1c06b6e225a1f3d023a8d88667ed3f9

Contents?: true

Size: 189 Bytes

Versions: 57

Compression:

Stored size: 189 Bytes

Contents

begin
  require "action_controller"
rescue LoadError
end

if defined?(::ActionController::Base)
  ::ActionController::Base.prepend_view_path("#{File.dirname(__FILE__)}/rails/templates")
end

Version data entries

57 entries across 57 versions & 1 rubygems

Version Path
timber-2.0.17 spec/support/action_controller.rb
timber-2.0.16 spec/support/action_controller.rb
timber-2.0.15 spec/support/action_controller.rb
timber-2.0.14 spec/support/action_controller.rb
timber-2.0.12 spec/support/action_controller.rb
timber-2.0.11 spec/support/action_controller.rb
timber-2.0.10 spec/support/action_controller.rb
timber-2.0.9 spec/support/action_controller.rb
timber-2.0.8 spec/support/action_controller.rb
timber-2.0.7 spec/support/action_controller.rb
timber-2.0.6 spec/support/action_controller.rb
timber-2.0.5 spec/support/action_controller.rb
timber-2.0.4 spec/support/action_controller.rb
timber-2.0.3 spec/support/action_controller.rb
timber-2.0.2 spec/support/action_controller.rb
timber-2.0.1 spec/support/action_controller.rb
timber-2.0.0 spec/support/action_controller.rb