Sha256: 42e60c5a42efb7d5156486068c6143a3b670f9ce3c6182950022771cf7d9c7f3

Contents?: true

Size: 702 Bytes

Versions: 40

Compression:

Stored size: 702 Bytes

Contents

require 'font-awesome-sass'
require 'jquery-rails'
require 'jquery-ui-rails'
require 'angularjs-rails'
require 'summernote-rails'

module Promethee
  def self.root
    Pathname.new(__dir__).parent.realpath
  end

  module Rails
    require 'promethee/rails/helper'
    require 'promethee/rails/engine'
    require 'promethee/rails/version'
  end

  require 'promethee/core_ext/form_helper'
  require 'promethee/core_ext/form_builder'
  require 'promethee/core_ext/mapper'
  require 'promethee/core_ext/tags'

  require 'promethee/data'
  require 'promethee/data/master'
  require 'promethee/data/master_localized'
  require 'promethee/data/masters_multiple'
  require 'promethee/data/localization'
end

Version data entries

40 entries across 40 versions & 1 rubygems

Version Path
promethee-1.11.9 lib/promethee.rb
promethee-1.11.8 lib/promethee.rb
promethee-1.11.7 lib/promethee.rb
promethee-1.11.6 lib/promethee.rb
promethee-1.11.5 lib/promethee.rb
promethee-1.11.4 lib/promethee.rb
promethee-1.11.3 lib/promethee.rb
promethee-1.11.2 lib/promethee.rb
promethee-1.11.1 lib/promethee.rb
promethee-1.11.0 lib/promethee.rb
promethee-1.10.9 lib/promethee.rb
promethee-1.10.8 lib/promethee.rb
promethee-1.10.7 lib/promethee.rb
promethee-1.10.6 lib/promethee.rb
promethee-1.10.5 lib/promethee.rb
promethee-1.10.4 lib/promethee.rb
promethee-1.10.3 lib/promethee.rb
promethee-1.10.2 lib/promethee.rb
promethee-1.10.1 lib/promethee.rb
promethee-1.10.0 lib/promethee.rb