Skip to content

Commit

Permalink
Merge pull request #177 from bitex-la/rejected-scope
Browse files Browse the repository at this point in the history
adds rejected scope in dashboard and issues
  • Loading branch information
nubis committed Aug 7, 2019
2 parents eb56ea6 + 1f98c31 commit eab8771
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions app/admin/issues.rb
Expand Up @@ -42,6 +42,7 @@
scope :observed
scope :dismissed
scope :abandoned
scope :rejected
scope :approved
scope :changed_after_observation
scope :future
Expand Down
1 change: 1 addition & 0 deletions app/admin/issues_dashboard.rb
Expand Up @@ -10,6 +10,7 @@
scope :observed
scope :abandoned
scope :dismissed
scope :rejected
scope :approved
scope :changed_after_observation
scope :future
Expand Down

0 comments on commit eab8771

Please sign in to comment.