Skip to content

Commit

Permalink
Remove unneeded call to Rails root
Browse files Browse the repository at this point in the history
  • Loading branch information
gazayas authored and jagthedrummer committed Dec 4, 2023
1 parent b0b9a4b commit 14120c3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion bullet_train-roles/test/dummy/config/application.rb
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ class Application < Rails::Application

config.factory_bot.definition_file_paths += [File.expand_path("../../factories", __dir__)] if defined?(FactoryBotRails)

Role.set_root_path("#{Rails.root}/config/models")
Role.set_root_path("config/models")
Role.set_filename("roles")
end
end

0 comments on commit 14120c3

Please sign in to comment.