Guest User

Untitled

a guest
Jul 17th, 2018
83
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.12 KB | None | 0 0
  1. get '/posts/:historyfier' do
  2. @post = Post.first(:historyfier => params[:historyfier])
  3. erb :post, :layout => true
  4. end
Add Comment
Please, Sign In to add comment