Sha256: 438f71e2301cc939ac4cb8e4d39c91237f2fba51719187d9ae77112de1dd42a0

Contents?: true

Size: 566 Bytes

Versions: 61

Compression:

Stored size: 566 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'
end

Version data entries

61 entries across 61 versions & 1 rubygems

Version Path
promethee-1.6.23 lib/promethee.rb
promethee-1.6.22 lib/promethee.rb
promethee-1.6.21 lib/promethee.rb
promethee-1.6.20 lib/promethee.rb
promethee-1.6.19 lib/promethee.rb
promethee-1.6.18 lib/promethee.rb
promethee-1.6.16 lib/promethee.rb
promethee-1.6.14 lib/promethee.rb
promethee-1.6.13 lib/promethee.rb
promethee-1.6.12 lib/promethee.rb
promethee-1.6.11 lib/promethee.rb
promethee-1.6.10 lib/promethee.rb
promethee-1.6.8 lib/promethee.rb
promethee-1.6.7 lib/promethee.rb
promethee-1.6.6 lib/promethee.rb
promethee-1.6.5 lib/promethee.rb
promethee-1.6.4 lib/promethee.rb
promethee-1.6.3 lib/promethee.rb
promethee-1.6.2 lib/promethee.rb
promethee-1.6.1 lib/promethee.rb