Adds configuration option for `field_name_prefix` allowing for removal of leading underscores on field names. Closes #12
6 lines
61 B
Ruby
6 lines
61 B
Ruby
module Mongoid
|
|
module Enum
|
|
VERSION = "0.3.0"
|
|
end
|
|
end
|