Sha256: 2f439f05902aab2e48d46a5e180095a51e23d76fc0fd6bb54805e5e11fa7cca2

Contents?: true

Size: 452 Bytes

Versions: 1

Compression:

Stored size: 452 Bytes

Contents

require 'state_machine'
require 'the_sortable_tree'

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

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

# Loading of concerns

# controllers
require File.expand_path('../../app/controllers/concerns/controller.rb', __FILE__)

# models
%w[ comment_states comment user commentable ].each do |concern|
  require File.expand_path("../../app/models/concerns/#{concern}.rb", __FILE__)
end

Version data entries

1 entries across 1 versions & 1 rubygems

Version Path
the_comments-2.1.0 lib/the_comments.rb