mirror of
https://github.com/ditkrg/schemable.git
synced 2026-01-25 15:42:57 +00:00
Sets configurations by default
This commit is contained in:
@@ -2,8 +2,8 @@ module Schemable
|
||||
class Definition
|
||||
attr_reader :configuration
|
||||
|
||||
def initialize(configuration)
|
||||
@configuration = configuration
|
||||
def initialize
|
||||
@configuration = Schemable.configuration
|
||||
end
|
||||
|
||||
def serializer
|
||||
|
||||
Reference in New Issue
Block a user