Class: Cookbook::Engine
- Inherits:
-
Rails::Engine
- Object
- Rails::Engine
- Cookbook::Engine
- Defined in:
- lib/cookbook/engine.rb
Overview
Cookbook Engine
Class Method Summary collapse
Class Method Details
.table_name_prefix ⇒ Object
30 31 32 |
# File 'lib/cookbook/engine.rb', line 30 def self.table_name_prefix 'cookbook_' end |