Use Rails.root.join where appropriate
This commit is contained in:
parent
82c3f62603
commit
afc4a75499
11 changed files with 17 additions and 17 deletions
|
@ -1,4 +1,4 @@
|
|||
require File.join(Rails.root, "app/models/commit")
|
||||
require Rails.root.join("app/models/commit")
|
||||
|
||||
class MergeRequest < ActiveRecord::Base
|
||||
include IssueCommonality
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue