Module: Valkyrie::Persistence::Postgres::ORM
- Defined in:
- lib/valkyrie/persistence/postgres/orm.rb,
lib/valkyrie/persistence/postgres/orm/resource.rb
Overview
Namespace for ActiveRecord access in Postgres adapter.
Defined Under Namespace
Classes: Resource
Class Method Summary collapse
-
.table_name_prefix ⇒ String
Provides the name prefix for the ActiveRecord database table name (Maps to the data model for persistence).
Class Method Details
.table_name_prefix ⇒ String
Provides the name prefix for the ActiveRecord database table name (Maps to the data model for persistence)
10 11 12 |
# File 'lib/valkyrie/persistence/postgres/orm.rb', line 10 def self.table_name_prefix 'orm_' end |