Class: Cookbook::Engine

Inherits:
Rails::Engine
  • Object
show all
Defined in:
lib/cookbook/engine.rb

Overview

Cookbook Engine

Class Method Summary collapse

Class Method Details

.table_name_prefixObject



30
31
32
# File 'lib/cookbook/engine.rb', line 30

def self.table_name_prefix
  'cookbook_'
end