Skip to content

Commit fe9d2c7

Browse files
committed
oops!
1 parent 1895cec commit fe9d2c7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/rails_autolink.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ module RailsAutolink
22
VERSION = '1.0.1'
33

44
class Railtie < ::Rails::Railtie
5-
initializer 'nested_form' do |app|
5+
initializer 'rails_autolink' do |app|
66
ActiveSupport.on_load(:action_view) do
77
require 'active_support/core_ext/object/blank'
88
require 'active_support/core_ext/array/extract_options'

0 commit comments

Comments
 (0)