active_record_inline_schema 0.5.1 → 0.5.2
Sign up to get free protection for your applications and to get access to all the features.
data/CHANGELOG
CHANGED
@@ -11,7 +11,7 @@ class ActiveRecordInlineSchema::Config::Index
|
|
11
11
|
|
12
12
|
def initialize(parent, column_name, options)
|
13
13
|
@parent = parent
|
14
|
-
@column_name = column_name
|
14
|
+
@column_name = column_name
|
15
15
|
@initial_options = options.symbolize_keys
|
16
16
|
@name_mutex = ::Mutex.new
|
17
17
|
end
|
data/spec/models.rb
CHANGED