Guest User

Untitled

a guest
Jul 16th, 2018
81
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.14 KB | None | 0 0
  1. class MessagesController < ApplicationController
  2. def create
  3. Message.new(params[:message])
  4. redirect_to :action => "index"
  5. end
  6. end
Add Comment
Please, Sign In to add comment