Module: Blogg

Defined in:
lib/blogg.rb,
lib/blogg/engine.rb,
lib/blogg/version.rb,
app/models/blogg/post.rb,
app/helpers/blogg/posts_helper.rb,
app/helpers/blogg/application_helper.rb,
app/controllers/blogg/posts_controller.rb,
app/controllers/blogg/application_controller.rb

Overview

The blogg engine

Defined Under Namespace

Modules: ApplicationHelper, PostsHelper Classes: ApplicationController, Engine, ImageUploader, Post, PostsController

Constant Summary collapse

VERSION =
'0.1.1'.freeze
@@user_class =
'User'
@@brand_text =
'Blogg'
@@brand_url =
''
@@blog_title =
'The Blogg'
@@blog_description =
'Simple blog in complicated world'
"Copyright © The Blogg #{Date.today.year}"
@@show_author =
true
@@show_social =
true
{}
@@google_plus_profile =
''
@@disqus =
false
@@disqus_url =
''

Class Method Summary collapse

Class Method Details

.setup {|_self| ... } ⇒ Object

Yields:

  • (_self)

Yield Parameters:

  • _self (Blogg)

    the object that the method was called on



45
46
47
# File 'lib/blogg.rb', line 45

def self.setup
  yield self
end