Skip to content

Commit

Permalink
rubocop
Browse files Browse the repository at this point in the history
  • Loading branch information
merefield committed Sep 24, 2023
1 parent 56181f6 commit 18001be
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion app/controllers/custom_wizard/admin/subscription.rb
Original file line number Diff line number Diff line change
Expand Up @@ -10,4 +10,4 @@ def index
subscription_attributes: CustomWizard::Subscription.attributes,
)
end
end
end
2 changes: 1 addition & 1 deletion lib/custom_wizard/subscription.rb
Original file line number Diff line number Diff line change
Expand Up @@ -155,7 +155,7 @@ def type
return :none unless subscribed?
return :business if business?
return :standard if standard?
return :community if community?
:community if community?
end

def subscribed?
Expand Down

0 comments on commit 18001be

Please sign in to comment.