Class: RDBr::Query::Connection::Record

Inherits:
ActiveRecord::Base
  • Object
show all
Defined in:
lib/rdbr/query/connection.rb

Instance Method Summary collapse

Instance Method Details

#readonly?Boolean

Returns:

  • (Boolean)


29
30
31
# File 'lib/rdbr/query/connection.rb', line 29

def readonly?
  true
end