Skip to content

Commit

Permalink
Make sure to require railtie
Browse files Browse the repository at this point in the history
  • Loading branch information
bwillis committed Mar 31, 2020
1 parent 91c84c5 commit 93594d0
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions lib/data_classification/railtie.rb
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
require "rails/railtie"

module DataClassifification
class Railtie < Rails::Railtie
railtie_name :data_classification
Expand Down

0 comments on commit 93594d0

Please sign in to comment.