Skip to content

Latest commit

 

History

History
19 lines (14 loc) · 183 Bytes

helper_url_helper.md

File metadata and controls

19 lines (14 loc) · 183 Bytes

Url Helper

可直接转化成 HTML:

link_to
button_to
mail_to

涉及逻辑判断的方法:

link_to_if
link_to_unless
link_to_unless_current

current_page?