Sha256: 54d7bbf684757a4afd88622ee75cc4bab86670e69d065e749a1d27cc5fd0395c

Contents?: true

Size: 837 Bytes

Versions: 9

Compression:

Stored size: 837 Bytes

Contents

module Symphonia

  include ::ActiveSupport::Configurable

  autoload :BaseController, 'symphonia/base_controller'
  autoload :BootstrapLinkRender, 'symphonia/bootstrap_link_render'
  autoload :ControllerExtensions, 'symphonia/controller_extensions'
  autoload :EntityDecorator, 'symphonia/entity_decorator'
  autoload :FormBuilder, 'symphonia/form_builder'
  autoload :MenuManager, 'symphonia/menu_manager'
  autoload :ModelAttributes, 'symphonia/model_attributes'
  autoload :ModelFilters, 'symphonia/model_filters'
  autoload :Permissions, 'symphonia/permissions'
  autoload :Query, 'symphonia/query'
  autoload :QueryColumns, 'symphonia/query_columns'
  autoload :UserManagement, 'symphonia/user_management'

  module ActionCable

    autoload :Connection, 'symphonia/action_cable/connection'

  end

end

require 'symphonia/engine'

Version data entries

9 entries across 9 versions & 1 rubygems

Version Path
symphonia-6.0.6 lib/symphonia.rb
symphonia-6.0.5 lib/symphonia.rb
symphonia-6.0.4 lib/symphonia.rb
symphonia-6.0.2 lib/symphonia.rb
symphonia-6.0.1 lib/symphonia.rb
symphonia-6.0.0 lib/symphonia.rb
symphonia-5.0.6 lib/symphonia.rb
symphonia-5.0.5 lib/symphonia.rb
symphonia-5.0.4 lib/symphonia.rb