Advertisement
Guest User

Untitled

a guest
Apr 30th, 2017
46
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.27 KB | None | 0 0
  1. # TIL - Things I Learned 20170430
  2.  
  3. Today I learned how to write a method
  4.  
  5. ```ruby
  6. def method_name
  7. puts 'runnable code for ruby'
  8. ```
  9.  
  10. Today was also the first day that I learned running Ruby on Rails
  11. We need three things, a route, a controller, and a view, in order to run it.
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement