Module: Jbuilder::Schema::IgnoreSchemaMeta
- Included in:
- Jbuilder
- Defined in:
- lib/jbuilder/schema.rb
Instance Method Summary collapse
-
#method_missing(*args, schema: nil, **options, &block) ⇒ Object
standard:disable Style/MissingRespondToMissing.
Dynamic Method Handling
This class handles dynamic methods through the method_missing method
#method_missing(*args, schema: nil, **options, &block) ⇒ Object
standard:disable Style/MissingRespondToMissing
11 12 13 |
# File 'lib/jbuilder/schema.rb', line 11 def method_missing(*args, schema: nil, **, &block) # standard:disable Style/MissingRespondToMissing super(*args, **, &block) end |