Module: FreshConnection::Extend::ArStatementCache

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

Instance Method Summary collapse

Instance Method Details

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



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

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