Module: Stenographer

Defined in:
lib/stenographer/inputs/github_input.rb,
lib/stenographer-rails.rb,
lib/stenographer/engine.rb,
lib/stenographer/version.rb,
app/models/stenographer/link.rb,
app/models/stenographer/change.rb,
app/models/stenographer/output.rb,
lib/stenographer/inputs/base_input.rb,
lib/stenographer/outputs/base_output.rb,
app/jobs/stenographer/application_job.rb,
lib/stenographer/outputs/slack_output.rb,
app/helpers/stenographer/admins_helper.rb,
app/models/stenographer/authentication.rb,
app/helpers/stenographer/changes_helper.rb,
app/helpers/stenographer/outputs_helper.rb,
app/models/stenographer/application_record.rb,
app/helpers/stenographer/application_helper.rb,
app/mailers/stenographer/application_mailer.rb,
app/controllers/stenographer/admin_controller.rb,
lib/generators/stenographer/install_generator.rb,
app/controllers/stenographer/changes_controller.rb,
lib/stenographer/routing_constraints/viewer_only.rb,
lib/stenographer/routing_constraints/manager_only.rb,
app/controllers/stenographer/admin/links_controller.rb,
app/controllers/stenographer/application_controller.rb,
app/controllers/stenographer/admin/changes_controller.rb,
app/controllers/stenographer/admin/outputs_controller.rb,
app/controllers/stenographer/authentications_controller.rb,
app/controllers/stenographer/admin/authentications_controller.rb

Overview

Defined Under Namespace

Modules: AdminsHelper, ApplicationHelper, ChangesHelper, Generators, Inputs, Outputs, OutputsHelper, RoutingConstraints Classes: AdminController, ApplicationController, ApplicationJob, ApplicationMailer, ApplicationRecord, Authentication, AuthenticationsController, Change, ChangesController, Engine, Link, Output

Constant Summary collapse

VERSION =
'0.7.4'

Class Method Summary collapse

Class Method Details

.configure {|_self| ... } ⇒ Object

Yields:

  • (_self)

Yield Parameters:

  • _self (Stenographer)

    the object that the method was called on



56
57
58
# File 'lib/stenographer-rails.rb', line 56

def self.configure(&block)
  yield self
end