lib/noticent.rb in noticent-0.0.1.pre.pre vs lib/noticent.rb in noticent-0.0.1
- old
+ new
@@ -1,7 +1,8 @@
# frozen_string_literal: true
-require 'active_support/all'
+require "active_support/all"
+require "rails/all"
Dir["#{File.dirname(__FILE__)}/noticent/**/*.rb"].each { |f| load(f) }
load "#{File.dirname(__FILE__)}/generators/noticent/noticent.rb"
module Noticent