Skip to content

Commit

Permalink
hai
Browse files Browse the repository at this point in the history
  • Loading branch information
wonda-tea-coffee committed Sep 20, 2023
1 parent fcb4302 commit de9f55e
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 0 deletions.
5 changes: 5 additions & 0 deletions app/controllers/foo/bars_controller.rb
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
class BarsController < ApplicationController
def show
@instance_text = params[:bar]
end
end
1 change: 1 addition & 0 deletions app/views/foo/bars/show.html.erb
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
<%== @instance_text %>

0 comments on commit de9f55e

Please sign in to comment.