Module: FederalOffense
- Defined in:
- lib/federal_offense.rb,
lib/federal_offense/engine.rb,
lib/federal_offense/version.rb,
lib/federal_offense/interceptor.rb,
lib/federal_offense/action_cable.rb,
app/models/federal_offense/message.rb,
app/helpers/federal_offense/application_helper.rb,
app/controllers/federal_offense/messages_controller.rb,
app/controllers/federal_offense/application_controller.rb
Defined Under Namespace
Modules: ActionCable, ApplicationHelper Classes: ApplicationController, Engine, Interceptor, Message, MessagesController
Constant Summary collapse
- VERSION =
"0.1.2"
Class Attribute Summary collapse
-
.action_cable ⇒ Object
Returns the value of attribute action_cable.
Class Attribute Details
.action_cable ⇒ Object
Returns the value of attribute action_cable.
7 8 9 |
# File 'lib/federal_offense.rb', line 7 def action_cable @action_cable end |