Sha256: 2669cd4dec00d2afcfeeafbd968728657fc2c5451699988248fd490b02bf9209

Contents?: true

Size: 465 Bytes

Versions: 3

Compression:

Stored size: 465 Bytes

Contents

require 'state_machine'
require 'the_sortable_tree'

require 'the_comments/config'
require 'the_comments/version'

_root_ = File.expand_path('../../',  __FILE__)

module TheComments
  class Engine < Rails::Engine; end
end

# Loading of concerns
require "#{_root_}/config/routes.rb"
require "#{_root_}/app/controllers/concerns/controller.rb"

%w[ comment_states comment user commentable ].each do |concern|
  require "#{_root_}/app/models/concerns/#{concern}.rb"
end

Version data entries

3 entries across 3 versions & 1 rubygems

Version Path
the_comments-2.2.2 lib/the_comments.rb
the_comments-2.2.1 lib/the_comments.rb
the_comments-2.2.0 lib/the_comments.rb