Fix rubocop warnings
This commit is contained in:
parent
2ef6a960d1
commit
8fe1899596
58 changed files with 500 additions and 488 deletions
|
@ -1,6 +1,6 @@
|
|||
class AddFineOAuthPermissions < ActiveRecord::Migration
|
||||
PERMISSIONS = [:allow_read_prefs, :allow_write_prefs, :allow_write_diary,
|
||||
:allow_write_api, :allow_read_gpx, :allow_write_gpx]
|
||||
:allow_write_api, :allow_read_gpx, :allow_write_gpx].freeze
|
||||
|
||||
def self.up
|
||||
PERMISSIONS.each do |perm|
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue