Sha256: 187618a0797346302a82f3caa20d9dd3f9407a3b3facfcecf0449ea427b855e4
Contents?: true
Size: 823 Bytes
Versions: 6
Compression:
Stored size: 823 Bytes
Contents
# frozen_string_literal: true ::Tramway::Auth.root_path_for Tramway::User::User => '/admin' ::Tramway::Admin.set_singleton_models ::Tramway::Conference::Unity, project: :conference ::Tramway::Admin.set_available_models(::Tramway::Event::Event, ::Tramway::Event::ParticipantFormField, ::Tramway::Event::Participant, ::Tramway::Event::Section, ::Tramway::Event::Person, ::Tramway::Event::Partaking, ::Tramway::Event::Place, ::Tramway::Event::Action, ::Tramway::User::User, ::Tramway::Profiles::SocialNetwork, project: :conference) ::Tramway::Core.initialize_application model_class: ::Tramway::Conference::Unity ::Tramway::Landing.head_content = lambda do concat stylesheet_link_tag 'tramway/conference/application', media: 'all' concat javascript_include_tag 'tramway/conference/application' end
Version data entries
6 entries across 6 versions & 1 rubygems