module FFWD::Schema::ClassMethods

Public Instance Methods

register_schema(name, content_type, impl) click to toggle source
# File lib/ffwd/schema.rb, line 77
def register_schema name, content_type, impl
  key = [name, content_type]
  FFWD::Schema.discovered[key] = impl
end