Module: FreshConnection::Extend::ArStatementCache

Defined in:
lib/fresh_connection/extend/ar_statement_cache.rb

Instance Method Summary collapse

Instance Method Details

#execute(params, klass, connection, &block) ⇒ Object



7
8
9
# File 'lib/fresh_connection/extend/ar_statement_cache.rb', line 7

def execute(params, connection, &block)
  klass.all.manage_access { super }
end