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

Defined Under Namespace

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

Constant Summary collapse

VERSION =
"0.1.0"
@@user_class =
"User"
@@brand_text =
"Blogg"
@@blog_title =
"The Blogg"
@@blog_description =
"Simple blog in complicated world"
"Copyright © The Blogg #{Date.today.year}"
@@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



41
42
43
# File 'lib/blogg.rb', line 41

def self.setup
  yield self
end