Guest User

Untitled

a guest
Jun 13th, 2018
69
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.17 KB | None | 0 0
  1. get :index, :manufacturer=>@manufacturer, :modelName=>@modelName
  2.  
  3. def index(manufacturer, modelName)
  4.  
  5. get :index, {:manufacturer=>@manufacturer, :modelName=>@modelName}
Add Comment
Please, Sign In to add comment