Skip to content

Commit c672ca8

Browse files
committed
🧹 Run the Linter
1 parent d38b5fc commit c672ca8

File tree

2 files changed

+4
-5
lines changed

2 files changed

+4
-5
lines changed

‎app/furniture/tobias/record.rb

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,5 @@ class Tobias
22
class Record < ApplicationRecord
33
self.abstract_class = true
44
extend StripsNamespaceFromModelName
5-
65
end
76
end

‎app/furniture/tobias/trusts_controller.rb

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -5,12 +5,12 @@ class TrustsController < FurnitureController
55
def show
66
authorize trust
77
end
8-
98
end
9+
1010
class TrustPolicy < ApplicationPolicy
11-
def show?
12-
true
13-
end
11+
def show?
12+
true
13+
end
1414
alias_method :entry, :object
1515
end
1616
end

0 commit comments

Comments
 (0)