Method: ActiveRecord::ConnectionAdapters::SchemaReflection#clear!
- Defined in:
- activerecord/lib/active_record/connection_adapters/schema_cache.rb
#clear! ⇒ Object
21 22 23 24 25 |
# File 'activerecord/lib/active_record/connection_adapters/schema_cache.rb', line 21 def clear! @cache = empty_cache nil end |