Sha256: f0bea6e1dd7457ac0f083fb11a691d4be6dc593a9ecf2598be6ab531b97895af

Contents?: true

Size: 650 Bytes

Versions: 21

Compression:

Stored size: 650 Bytes

Contents

require 'bootstrap-sass'
require 'font-awesome-rails'
require 'material_icons'
require 'jquery-rails'
require 'jquery-ui-rails'
require 'tinymce-rails'
require 'angularjs-rails'
require 'angular-ui-tinymce/rails'
require 'angular_rails_csrf'

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

21 entries across 21 versions & 1 rubygems

Version Path
promethee-1.3.1 lib/promethee.rb
promethee-1.3.0 lib/promethee.rb
promethee-1.2.31 lib/promethee.rb
promethee-1.2.30 lib/promethee.rb
promethee-1.2.29 lib/promethee.rb
promethee-1.2.28 lib/promethee.rb
promethee-1.2.27 lib/promethee.rb
promethee-1.2.26 lib/promethee.rb
promethee-1.2.25 lib/promethee.rb
promethee-1.2.24 lib/promethee.rb
promethee-1.2.23 lib/promethee.rb
promethee-1.2.22 lib/promethee.rb
promethee-1.2.21 lib/promethee.rb
promethee-1.2.20 lib/promethee.rb
promethee-1.2.19 lib/promethee.rb
promethee-1.2.18 lib/promethee.rb
promethee-1.2.17 lib/promethee.rb
promethee-1.2.16 lib/promethee.rb
promethee-1.2.15 lib/promethee.rb
promethee-1.2.14 lib/promethee.rb