Class: Ponytail::Configuration
- Inherits:
-
Object
- Object
- Ponytail::Configuration
- Includes:
- ActiveSupport::Configurable
- Defined in:
- lib/ponytail/config.rb
Instance Method Summary collapse
-
#update_schema ⇒ Object
(also: #update_schema?)
for lazy load.
Instance Method Details
#update_schema ⇒ Object Also known as: update_schema?
for lazy load
28 29 30 31 |
# File 'lib/ponytail/config.rb', line 28 def update_schema config.update_schema = config.update_schema.call if config.update_schema.respond_to?(:call) config.update_schema end |