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) ⇒ Object



4
5
6
# File 'lib/fresh_connection/extend/ar_statement_cache.rb', line 4

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