Class: ActiveRecord::ConnectionAdapters::MysqlAdapter

Inherits:
Object
  • Object
show all
Defined in:
lib/active_acl/db/mysql_adapter.rb

Overview

allow access to the real Mysql connection

Instance Attribute Summary collapse

Instance Attribute Details

#connectionObject (readonly)

:nodoc:



5
6
7
# File 'lib/active_acl/db/mysql_adapter.rb', line 5

def connection
  @connection
end