Sha256: fe704d4a317a7c6f4bd8ab473519c5749e272ea9c72a5489dbf854caf3dfddda

Contents?: true

Size: 537 Bytes

Versions: 33

Compression:

Stored size: 537 Bytes

Contents

require 'bootstrap-sass'
require 'font-awesome-rails'
require 'jquery-rails'
require 'jquery-ui-rails'
require 'angularjs-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/tags'
  require 'promethee/core_ext/form_helper'
  require 'promethee/core_ext/form_builder'

  require 'promethee/configuration'
  require 'promethee/data'
end

Version data entries

33 entries across 33 versions & 1 rubygems

Version Path
promethee-1.4.14 lib/promethee.rb
promethee-1.4.13 lib/promethee.rb
promethee-1.4.12 lib/promethee.rb
promethee-1.4.11 lib/promethee.rb
promethee-1.4.10 lib/promethee.rb
promethee-1.4.9 lib/promethee.rb
promethee-1.4.8 lib/promethee.rb
promethee-1.4.7 lib/promethee.rb
promethee-1.4.6 lib/promethee.rb
promethee-1.4.5 lib/promethee.rb
promethee-1.4.4 lib/promethee.rb
promethee-1.4.3 lib/promethee.rb
promethee-1.4.2 lib/promethee.rb
promethee-1.4.1 lib/promethee.rb
promethee-1.4.0 lib/promethee.rb
promethee-1.3.26 lib/promethee.rb
promethee-1.3.25 lib/promethee.rb
promethee-1.3.24 lib/promethee.rb
promethee-1.3.23 lib/promethee.rb
promethee-1.3.22 lib/promethee.rb