Module: FFWD::Schema::ClassMethods

Defined in:
lib/ffwd/schema.rb

Instance Method Summary collapse

Instance Method Details

#register_schema(name, content_type, impl) ⇒ Object



77
78
79
80
# File 'lib/ffwd/schema.rb', line 77

def register_schema name, content_type, impl
  key = [name, content_type]
  FFWD::Schema.discovered[key] = impl
end