Skip to content

Commit d5382d5

Browse files
committed
Make empty options editable after def_column
1 parent ec0037b commit d5382d5

File tree

1 file changed

+1
-1
lines changed
  • lib/simple_master/master

1 file changed

+1
-1
lines changed

lib/simple_master/master/dsl.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ module Dsl
1111
bitmask: Column::BitmaskColumn,
1212
}.freeze
1313

14-
def def_column(column_name, options = EMPTY_HASH)
14+
def def_column(column_name, options = {})
1515
column = column_type(column_name, options).new(column_name, options)
1616
columns << column
1717

0 commit comments

Comments
 (0)