Sha256: 4529129d8b5b06ae7aa19beccd47d30528fb6f8ebd7cfeef28bf59191b8a7b9a

Contents?: true

Size: 737 Bytes

Versions: 60

Compression:

Stored size: 737 Bytes

Contents

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

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

60 entries across 60 versions & 1 rubygems

Version Path
promethee-5.1.1 lib/promethee.rb
promethee-5.1.0 lib/promethee.rb
promethee-5.0.2 lib/promethee.rb
promethee-5.0.1 lib/promethee.rb
promethee-5.0.0 lib/promethee.rb
promethee-4.1.28 lib/promethee.rb
promethee-4.1.27 lib/promethee.rb
promethee-4.1.26 lib/promethee.rb
promethee-4.1.25 lib/promethee.rb
promethee-4.1.24 lib/promethee.rb
promethee-4.1.23 lib/promethee.rb
promethee-4.1.22 lib/promethee.rb
promethee-4.1.21 lib/promethee.rb
promethee-4.1.20 lib/promethee.rb
promethee-4.1.19 lib/promethee.rb
promethee-4.1.18 lib/promethee.rb
promethee-4.1.17 lib/promethee.rb
promethee-4.1.16 lib/promethee.rb
promethee-4.1.15 lib/promethee.rb
promethee-4.1.14 lib/promethee.rb