Module: Standin

Defined in:
lib/standin.rb,
lib/standin/engine.rb,
lib/standin/version.rb

Defined Under Namespace

Classes: Engine, PagesController

Constant Summary collapse

VERSION =
'0.0.1'.freeze
@@layout =
"standin"
@@content_path =
"standin"

Class Method Summary collapse

Class Method Details

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

Yields:

  • (_self)

Yield Parameters:

  • _self (Standin)

    the object that the method was called on



10
11
12
# File 'lib/standin.rb', line 10

def self.setup
  yield self
end