Module: Tuttle

Defined in:
lib/tuttle.rb,
lib/tuttle/engine.rb,
lib/tuttle/version.rb,
app/helpers/tuttle/application_helper.rb,
app/controllers/tuttle/gems_controller.rb,
app/controllers/tuttle/home_controller.rb,
app/controllers/tuttle/ruby_controller.rb,
app/controllers/tuttle/rails_controller.rb,
app/controllers/tuttle/devise_controller.rb,
app/controllers/tuttle/cancancan_controller.rb,
app/controllers/tuttle/paperclip_controller.rb,
app/controllers/tuttle/application_controller.rb,
lib/tuttle/presenters/action_dispatch/routing/route_wrapper.rb

Defined Under Namespace

Modules: ApplicationHelper, Presenters Classes: ApplicationController, CancancanController, DeviseController, Engine, GemsController, HomeController, PaperclipController, RailsController, RubyController

Constant Summary collapse

VERSION =
'0.0.4'
@@automount_engine =
@@enabled = nil
@@track_notifications =
false

Class Method Summary collapse

Class Method Details

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

Yields:

  • (_self)

Yield Parameters:

  • _self (Tuttle)

    the object that the method was called on



13
14
15
# File 'lib/tuttle.rb', line 13

def self.setup
  yield self
end