Skip to content

Commit

Permalink
Fix requires
Browse files Browse the repository at this point in the history
  • Loading branch information
stevegeek committed Dec 21, 2022
1 parent 75efa4d commit f2d66f7
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion lib/encoded_id/rails.rb
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,9 @@
require_relative "rails/encoder_methods"
require_relative "rails/query_methods"
require_relative "rails/finder_methods"
require_relative "rails/with_encoded_id"
require_relative "rails/path_param"
require_relative "rails/slugged_path_param"
require_relative "rails/model"

module EncodedId
module Rails
Expand Down

0 comments on commit f2d66f7

Please sign in to comment.