Module: Jbuilder::Schema::IgnoreSchemaMeta

Included in:
Jbuilder
Defined in:
lib/jbuilder/schema.rb

Instance Method Summary collapse

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, **options, &block) # standard:disable Style/MissingRespondToMissing
  super(*args, **options, &block)
end