Sha256: e5262dd6921a60d9315b44ba4045b91459532a95f12355c69cae6b87d111aa67

Contents?: true

Size: 298 Bytes

Versions: 8

Compression:

Stored size: 298 Bytes

Contents

# frozen_string_literal: true

require 'font-awesome-rails'
require 'tramway/profiles'

module Tramway
  module SportSchool
    class Engine < ::Rails::Engine
      isolate_namespace Tramway::SportSchool
      ::Tramway::Profiles.records = ['::Tramway::SportSchool::Institution']
    end
  end
end

Version data entries

8 entries across 8 versions & 1 rubygems

Version Path
tramway-sport_school-1.2.12.6 lib/tramway/sport_school/engine.rb
tramway-sport_school-1.2.12.5 lib/tramway/sport_school/engine.rb
tramway-sport_school-1.2.12.4 lib/tramway/sport_school/engine.rb
tramway-sport_school-1.2.12.3 lib/tramway/sport_school/engine.rb
tramway-sport_school-1.2.12.2 lib/tramway/sport_school/engine.rb
tramway-sport_school-1.2.12.1 lib/tramway/sport_school/engine.rb
tramway-sport_school-1.2.12 lib/tramway/sport_school/engine.rb
tramway-sport_school-1.2.11.3 lib/tramway/sport_school/engine.rb