module SchemaPlus::Indexes::Middleware::Model::ResetColumnInformation

Public Instance Methods

after(env) click to toggle source
# File lib/schema_plus/indexes/middleware/model.rb, line 7
def after(env)
  env.model.reset_index_information
end