Skip to content

Commit

Permalink
[ifmeorg#1713] Changed JSON parse format to match PagesConcern format…
Browse files Browse the repository at this point in the history
… as per rubocop
  • Loading branch information
S-Warmenhoven committed Apr 13, 2020
1 parent b6f3904 commit 2eb8656
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/services/resource_recommendation.rb
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ def resources
private

def all_resources
JSON.parse(File.read(Rails.root.join('doc', 'pages', 'resources.json')))
JSON.parse(File.read(Rails.root.join('doc/pages/resources.json')))
end

def moment_name
Expand Down

0 comments on commit 2eb8656

Please sign in to comment.