Skip to content
This repository has been archived by the owner on Jul 22, 2021. It is now read-only.

Latest commit

 

History

History
9 lines (6 loc) · 150 Bytes

README.md

File metadata and controls

9 lines (6 loc) · 150 Bytes

Rails - html.erb

  • if - <% if cond %> ...<% end %>
  • r - <%= ... %>
  • else - <% else %>

Jquery - .js

  • ajax - $.ajax({ .... });