Guest User

Untitled

a guest
Feb 20th, 2018
79
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.16 KB | None | 0 0
  1. def show
  2. render :template => "ui/#{params[:id]}", :layout => false and return if params[:id] == "poll_step_2"
  3. render :template => "ui/#{params[:id]}"
  4. end
Add Comment
Please, Sign In to add comment