Make Rubocop happy
This commit is contained in:
parent
de60de90c2
commit
d7133a44da
|
@ -1,3 +1,5 @@
|
|||
# frozen_string_literal: true
|
||||
|
||||
class MigrateSteamAuthData < ActiveRecord::Migration[5.2]
|
||||
def up
|
||||
execute <<~SQL
|
||||
|
|
|
@ -1,3 +1,5 @@
|
|||
# frozen_string_literal: true
|
||||
|
||||
class Auth::SteamAuthenticator < ::Auth::ManagedAuthenticator
|
||||
def name
|
||||
'steam'
|
||||
|
|
|
@ -1,3 +1,5 @@
|
|||
# frozen_string_literal: true
|
||||
|
||||
class EnableSteamLoginsValidator
|
||||
def initialize(opts = {})
|
||||
@opts = opts
|
||||
|
|
Loading…
Reference in New Issue