Skip to content

Commit

Permalink
🧹 Run the Linter
Browse files Browse the repository at this point in the history
  • Loading branch information
zspencer committed Mar 25, 2024
1 parent 554f322 commit 6b4a559
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 5 deletions.
1 change: 0 additions & 1 deletion app/furniture/tobias/record.rb
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,5 @@ class Tobias
class Record < ApplicationRecord
self.abstract_class = true
extend StripsNamespaceFromModelName

end
end
8 changes: 4 additions & 4 deletions app/furniture/tobias/trusts_controller.rb
Original file line number Diff line number Diff line change
Expand Up @@ -5,12 +5,12 @@ class TrustsController < FurnitureController
def show
authorize trust
end

end

class TrustPolicy < ApplicationPolicy
def show?
true
end
def show?
true
end
alias_method :entry, :object
end
end

0 comments on commit 6b4a559

Please sign in to comment.