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.29 lib/promethee.rb
promethee-1.11.28 lib/promethee.rb
promethee-1.11.27 lib/promethee.rb
promethee-1.11.26 lib/promethee.rb
promethee-1.11.25 lib/promethee.rb
promethee-1.11.24 lib/promethee.rb
promethee-1.11.23 lib/promethee.rb
promethee-1.11.22 lib/promethee.rb
promethee-1.11.21 lib/promethee.rb
promethee-1.11.20 lib/promethee.rb
promethee-1.11.19 lib/promethee.rb
promethee-1.11.18 lib/promethee.rb
promethee-1.11.17 lib/promethee.rb
promethee-1.11.16 lib/promethee.rb
promethee-1.11.15 lib/promethee.rb
promethee-1.11.14 lib/promethee.rb
promethee-1.11.13 lib/promethee.rb
promethee-1.11.12 lib/promethee.rb
promethee-1.11.11 lib/promethee.rb
promethee-1.11.10 lib/promethee.rb