Guest User

Untitled

a guest
Feb 19th, 2018
70
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.11 KB | None | 0 0
  1. def show_technologies
  2. @technologies = Technology.find(:all)
  3. respond_to { |format| format.js }
  4. end
Add Comment
Please, Sign In to add comment