Sha256: 126db004071f79538bd2e4e7eea2398c60d9d543ddab9a1450d110af22f6566e

Contents?: true

Size: 728 Bytes

Versions: 18

Compression:

Stored size: 728 Bytes

Contents

require 'bootstrap-sass'
require 'font-awesome-rails'
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

18 entries across 18 versions & 1 rubygems

Version Path
promethee-1.8.4 lib/promethee.rb
promethee-1.8.3 lib/promethee.rb
promethee-1.8.2 lib/promethee.rb
promethee-1.8.1 lib/promethee.rb
promethee-1.8.0 lib/promethee.rb
promethee-1.7.12 lib/promethee.rb
promethee-1.7.11 lib/promethee.rb
promethee-1.7.10 lib/promethee.rb
promethee-1.7.9 lib/promethee.rb
promethee-1.7.8 lib/promethee.rb
promethee-1.7.7 lib/promethee.rb
promethee-1.7.6 lib/promethee.rb
promethee-1.7.5 lib/promethee.rb
promethee-1.7.4 lib/promethee.rb
promethee-1.7.3 lib/promethee.rb
promethee-1.7.2 lib/promethee.rb
promethee-1.7.1 lib/promethee.rb
promethee-1.7.0 lib/promethee.rb