We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 554f322 commit 6b4a559Copy full SHA for 6b4a559
‎app/furniture/tobias/record.rb
@@ -2,6 +2,5 @@ class Tobias
2
class Record < ApplicationRecord
3
self.abstract_class = true
4
extend StripsNamespaceFromModelName
5
-
6
end
7
‎app/furniture/tobias/trusts_controller.rb
@@ -5,12 +5,12 @@ class TrustsController < FurnitureController
def show
authorize trust
8
9
+
10
class TrustPolicy < ApplicationPolicy
11
- def show?
12
- true
13
- end
+ def show?
+ true
+ end
14
alias_method :entry, :object
15
16
0 commit comments