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]
|
class MigrateSteamAuthData < ActiveRecord::Migration[5.2]
|
||||||
def up
|
def up
|
||||||
execute <<~SQL
|
execute <<~SQL
|
||||||
|
|
|
@ -1,3 +1,5 @@
|
||||||
|
# frozen_string_literal: true
|
||||||
|
|
||||||
class Auth::SteamAuthenticator < ::Auth::ManagedAuthenticator
|
class Auth::SteamAuthenticator < ::Auth::ManagedAuthenticator
|
||||||
def name
|
def name
|
||||||
'steam'
|
'steam'
|
||||||
|
|
|
@ -1,3 +1,5 @@
|
||||||
|
# frozen_string_literal: true
|
||||||
|
|
||||||
class EnableSteamLoginsValidator
|
class EnableSteamLoginsValidator
|
||||||
def initialize(opts = {})
|
def initialize(opts = {})
|
||||||
@opts = opts
|
@opts = opts
|
||||||
|
|
Loading…
Reference in New Issue