Fix most auto-correctable rubocop issues
This commit is contained in:
parent
34e3e51456
commit
ef7f3d800c
206 changed files with 2925 additions and 3473 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]
|
||||
|
||||
def self.up
|
||||
PERMISSIONS.each do |perm|
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue