class Cookbook::Engine

Cookbook Engine

Public Class Methods

table_name_prefix() click to toggle source
# File lib/cookbook/engine.rb, line 30
def self.table_name_prefix
  'cookbook_'
end