module Blogo

Constants

HOME_PAGE_URL

Used in the gemspec and in the footer for default layout

VERSION

Public Class Methods

configure() { |config| ... } click to toggle source

Configure the engine.

# File lib/blogo.rb, line 25
def self.configure
  yield(config)
end
table_name_prefix() click to toggle source

Table name prefix for tables.

@return [String]

# File lib/blogo.rb, line 20
def self.table_name_prefix
  config.table_name_prefix
end