Class: PgAssets::Railtie

Inherits:
Rails::Railtie
  • Object
show all
Defined in:
lib/pg_assets/railtie.rb

Constant Summary collapse

UNREGISTERED_TYPES =
{
  regproc: 'text',
  pg_node_tree: 'text',
  aclitem: 'text'
}