Guest User

Untitled

a guest
Aug 18th, 2018
94
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.11 KB | None | 0 0
  1. class MessagessController < ApplicationController
  2. def show
  3. @message = "Hello, #{params[:message]}"
  4. end
  5. end
Add Comment
Please, Sign In to add comment