TheRole/TheRoleManagementPanelBootstrap3

View on GitHub
lib/the_role_management_panel.rb

Summary

Maintainability
A
0 mins
Test Coverage
%w[
  the_notification
  bootstrap-sass
  sass-rails
  slim
].each { |lib| require lib }

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

require_relative "../config/routes.rb"