Skip to content

Commit a9cb801

Browse files
removes unused methods from InertiaRails::Controller
1 parent 6037973 commit a9cb801

File tree

1 file changed

+0
-8
lines changed

1 file changed

+0
-8
lines changed

lib/inertia_rails/controller.rb

Lines changed: 0 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -41,14 +41,6 @@ def use_inertia_instance_props
4141
@_inertia_skip_props = view_assigns.keys + ['_inertia_skip_props']
4242
end
4343
end
44-
45-
def share_plain_data(hash)
46-
@_inertia_shared_plain_data = @_inertia_shared_plain_data.merge(hash)
47-
end
48-
49-
def share_block(&block)
50-
@_inertia_shared_blocks = @_inertia_shared_blocks + [block]
51-
end
5244
end
5345

5446
def inertia_headers

0 commit comments

Comments
 (0)