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.1.7 spec/support/action_controller.rb
timber-2.1.6 spec/support/action_controller.rb
timber-2.1.5 spec/support/action_controller.rb
timber-2.1.4 spec/support/action_controller.rb
timber-2.1.3 spec/support/action_controller.rb
timber-2.1.2 spec/support/action_controller.rb
timber-2.1.1 spec/support/action_controller.rb
timber-2.1.0 spec/support/action_controller.rb
timber-2.1.0.rc6 spec/support/action_controller.rb
timber-2.1.0.rc5 spec/support/action_controller.rb
timber-2.1.0.rc4 spec/support/action_controller.rb
timber-2.1.0.rc3 spec/support/action_controller.rb
timber-2.1.0.rc2 spec/support/action_controller.rb
timber-2.1.0.rc1 spec/support/action_controller.rb
timber-2.0.24 spec/support/action_controller.rb
timber-2.0.23 spec/support/action_controller.rb
timber-2.0.22 spec/support/action_controller.rb
timber-2.0.21 spec/support/action_controller.rb
timber-2.0.20 spec/support/action_controller.rb
timber-2.0.19 spec/support/action_controller.rb