Module: ActiveAgent::SchemaGenerator::ActiveModelClassMethods
- Defined in:
- lib/active_agent/schema_generator.rb
Instance Method Summary collapse
Instance Method Details
#to_json_schema(options = {}) ⇒ Object
25 26 27 |
# File 'lib/active_agent/schema_generator.rb', line 25 def to_json_schema( = {}) ActiveAgent::SchemaGenerator::Builder.json_schema_from_model(self, ) end |