Sha256: bad6bd99c554a9c95c466822447b5ff414b56fe2c04d056f2159c8a75601db3f

Contents?: true

Size: 564 Bytes

Versions: 19

Compression:

Stored size: 564 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/tags'
  require 'promethee/core_ext/form_helper'
  require 'promethee/core_ext/form_builder'

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

Version data entries

19 entries across 19 versions & 1 rubygems

Version Path
promethee-1.5.4 lib/promethee.rb
promethee-1.5.3 lib/promethee.rb
promethee-1.5.2 lib/promethee.rb
promethee-1.5.0 lib/promethee.rb
promethee-1.4.29 lib/promethee.rb
promethee-1.4.28 lib/promethee.rb
promethee-1.4.27 lib/promethee.rb
promethee-1.4.26 lib/promethee.rb
promethee-1.4.25 lib/promethee.rb
promethee-1.4.24 lib/promethee.rb
promethee-1.4.23 lib/promethee.rb
promethee-1.4.22 lib/promethee.rb
promethee-1.4.21 lib/promethee.rb
promethee-1.4.20 lib/promethee.rb
promethee-1.4.19 lib/promethee.rb
promethee-1.4.18 lib/promethee.rb
promethee-1.4.17 lib/promethee.rb
promethee-1.4.16 lib/promethee.rb
promethee-1.4.15 lib/promethee.rb