Module: Tramway::Conference

Defined in:
lib/tramway/conference.rb,
lib/tramway/conference/engine.rb,
lib/tramway/conference/version.rb,
app/models/tramway/conference/unity.rb,
app/jobs/tramway/conference/application_job.rb,
app/models/tramway/conference/application_record.rb,
app/helpers/tramway/conference/application_helper.rb,
app/helpers/tramway/conference/web/welcome_helper.rb,
app/mailers/tramway/conference/application_mailer.rb,
app/controllers/tramway/conference/application_controller.rb

Defined Under Namespace

Modules: ApplicationHelper, Generators Classes: ApplicationController, ApplicationJob, ApplicationMailer, ApplicationRecord, Engine, Unity, UnityDecorator

Constant Summary collapse

VERSION =
'1.9.5.12'

Class Method Summary collapse

Class Method Details

.applicationObject



14
15
16
# File 'lib/tramway/conference.rb', line 14

def application
  :unity
end

.dependenciesObject



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

def dependencies
  %i[landing event profiles page partner]
end