Skip to content

Latest commit

 

History

History
14 lines (10 loc) · 224 Bytes

README.md

File metadata and controls

14 lines (10 loc) · 224 Bytes

README

Today we are going to learn ruby Anonymous Rubyist Club(ARC)

  • ...

For setting admin rights: rails db:migrate in rails console(rails c): u = User.find(id:1) u.role = 2 u.save