Skip to content

Commit

Permalink
Rubocop
Browse files Browse the repository at this point in the history
  • Loading branch information
ArtOfCode- committed Dec 14, 2017
1 parent 609fc63 commit bb53a8b
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion app/api/api/posts_api.rb
Original file line number Diff line number Diff line change
Expand Up @@ -53,4 +53,4 @@ class PostsAPI < API::Base
std_result Post.find(params[:id]).reasons.order(id: :desc), filter: 'GGFLNFJLJJJHHKMIFOLOL'
end
end
end
end
2 changes: 1 addition & 1 deletion app/api/api/reasons_api.rb
Original file line number Diff line number Diff line change
Expand Up @@ -14,4 +14,4 @@ class ReasonsAPI < API::Base
std_result Reason.find(params[:id]).posts.order(id: :desc), filter: 'HKIFJIHNKLGNFNMFLOGIFLNLJLJ'
end
end
end
end

0 comments on commit bb53a8b

Please sign in to comment.