Class: ActiveRecord::ConnectionAdapters::MysqlAdapter
- Defined in:
- lib/active_acl/db/mysql_adapter.rb
Overview
allow access to the real Mysql connection
Instance Attribute Summary collapse
-
#connection ⇒ Object
readonly
:nodoc:.
Instance Attribute Details
#connection ⇒ Object (readonly)
:nodoc:
5 6 7 |
# File 'lib/active_acl/db/mysql_adapter.rb', line 5 def connection @connection end |