Module: BlogLogic

Defined in:
lib/blog_logic/import.rb,
lib/blog_logic.rb,
lib/blog_logic/railtie.rb

Overview

NOTE: search-and-replace content> with contents> before importing

Defined Under Namespace

Modules: Import Classes: Engine, Railtie

Class Method Summary collapse

Class Method Details

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

Yields:

  • (_self)

Yield Parameters:

  • _self (BlogLogic)

    the object that the method was called on



8
9
10
# File 'lib/blog_logic.rb', line 8

def self.setup
  yield self
end