Advertisement
Guest User

Untitled

a guest
Apr 30th, 2017
53
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.29 KB | None | 0 0
  1. #TIL - Today I Learned
  2.  
  3. 4/30/17
  4.  
  5. Today is a very important day. I used Rails for the very first time. I've learned that you need a controller, route and a view to allow rails to properly work!
  6.  
  7. Below is a test of github's stuff:
  8.  
  9. ```ruby
  10. def method_name
  11. puts "runnable code for ruby"
  12. end
  13. ```
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement