Browse Source

cleanup: rubocop: fix Layout/EmptyLinesAroundClassBody in app/models/issue_query.rb

git-svn-id: http://svn.redmine.org/redmine/trunk@19096 e93f8b46-1217-0410-a6f0-8f06a7374b81
tags/4.2.0
Toshi MARUYAMA 4 years ago
parent
commit
902d2d4f53
1 changed files with 0 additions and 1 deletions
  1. 0
    1
      app/models/issue_query.rb

+ 0
- 1
app/models/issue_query.rb View File

@@ -18,7 +18,6 @@
# Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.

class IssueQuery < Query

self.queried_class = Issue
self.view_permission = :view_issues


Loading…
Cancel
Save