Module: Modyo

Defined in:
lib/modyo/engine.rb,
lib/modyo.rb,
lib/modyo/version.rb,
app/controllers/modyo/modyo_controller.rb

Overview

CURRENT FILE

app/controllers/team_page/team_controller.rb

Defined Under Namespace

Modules: Authenticate Classes: Engine, ModyoController

Constant Summary collapse

VERSION =
"0.0.1"

Class Method Summary collapse

Class Method Details

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

Yield self on setup for nice config blocks

Yields:

  • (_self)

Yield Parameters:

  • _self (Modyo)

    the object that the method was called on



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

def self.setup
  yield self
end