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.63 lib/promethee.rb
promethee-1.6.62 lib/promethee.rb
promethee-1.6.61 lib/promethee.rb
promethee-1.6.60 lib/promethee.rb
promethee-1.6.59 lib/promethee.rb
promethee-1.6.58 lib/promethee.rb
promethee-1.6.57 lib/promethee.rb
promethee-1.6.56 lib/promethee.rb
promethee-1.6.55 lib/promethee.rb
promethee-1.6.54 lib/promethee.rb
promethee-1.6.53 lib/promethee.rb
promethee-1.6.52 lib/promethee.rb
promethee-1.6.51 lib/promethee.rb
promethee-1.6.50 lib/promethee.rb
promethee-1.6.49 lib/promethee.rb
promethee-1.6.48 lib/promethee.rb
promethee-1.6.47 lib/promethee.rb
promethee-1.6.46 lib/promethee.rb
promethee-1.6.45 lib/promethee.rb
promethee-1.6.44 lib/promethee.rb