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.6.2 spec/support/action_controller.rb
timber-2.6.1 spec/support/action_controller.rb
timber-2.6.0 spec/support/action_controller.rb
timber-2.6.0.pre.beta2 spec/support/action_controller.rb
timber-2.6.0.pre.beta1 spec/support/action_controller.rb
timber-2.5.1 spec/support/action_controller.rb
timber-2.5.0 spec/support/action_controller.rb
timber-2.4.0 spec/support/action_controller.rb
timber-2.3.4 spec/support/action_controller.rb
timber-2.3.3 spec/support/action_controller.rb
timber-2.3.2 spec/support/action_controller.rb
timber-2.3.1 spec/support/action_controller.rb
timber-2.3.0 spec/support/action_controller.rb
timber-2.2.3 spec/support/action_controller.rb
timber-2.2.2 spec/support/action_controller.rb
timber-2.2.1 spec/support/action_controller.rb
timber-2.2.0 spec/support/action_controller.rb
timber-2.1.10 spec/support/action_controller.rb
timber-2.1.9 spec/support/action_controller.rb
timber-2.1.8 spec/support/action_controller.rb