Sha256: 6e1be00b37997138ae46d41092f7074957e80586521916d421359b4439a2e31c

Contents?: true

Size: 876 Bytes

Versions: 17

Compression:

Stored size: 876 Bytes

Contents

require "inherited_resources"
require "simple_form"
require "jquery-rails"
require "will_paginate"
require "bootstrap-wysihtml5-rails"
require "has_scope"

require "brightcontent/rails/routes"
require "brightcontent/engine"

module Brightcontent

  autoload :Pagination, 'brightcontent/pagination'
  autoload :PageMethods, 'brightcontent/page_methods'
  autoload :RoutesParser, 'brightcontent/routes_parser'
  autoload :DefaultActions, 'brightcontent/default_actions'
  autoload :ModelExtensions, 'brightcontent/model_extensions'

  mattr_accessor :engine_resources
  @@engine_resources = %w{sessions admin_users}

  mattr_accessor :path
  @@path = "admin"

  mattr_accessor :application_name
  @@application_name = "Brightcontent"

  # Default way to setup Brightcontent.
  # Run rails g brightcontent:install to create initializer
  def self.setup
    yield self
  end

end

Version data entries

17 entries across 17 versions & 1 rubygems

Version Path
brightcontent-core-2.0.23 lib/brightcontent/core.rb
brightcontent-core-2.0.22 lib/brightcontent/core.rb
brightcontent-core-2.0.21 lib/brightcontent/core.rb
brightcontent-core-2.0.20 lib/brightcontent/core.rb
brightcontent-core-2.0.19 lib/brightcontent/core.rb
brightcontent-core-2.0.18 lib/brightcontent/core.rb
brightcontent-core-2.0.17 lib/brightcontent/core.rb
brightcontent-core-2.0.16 lib/brightcontent/core.rb
brightcontent-core-2.0.15 lib/brightcontent/core.rb
brightcontent-core-2.0.14 lib/brightcontent/core.rb
brightcontent-core-2.0.13 lib/brightcontent/core.rb
brightcontent-core-2.0.12 lib/brightcontent/core.rb
brightcontent-core-2.0.11 lib/brightcontent/core.rb
brightcontent-core-2.0.10 lib/brightcontent/core.rb
brightcontent-core-2.0.9 lib/brightcontent/core.rb
brightcontent-core-2.0.8 lib/brightcontent/core.rb
brightcontent-core-2.0.7 lib/brightcontent/core.rb