Skip to content

Latest commit

 

History

History
18 lines (11 loc) · 213 Bytes

rails_console_and_pry.md

File metadata and controls

18 lines (11 loc) · 213 Bytes

Rails console

Routes in rails console

app.root_path
app.root_url

Rails helpers is Rails console

helper.link_to app.root_url 
# => "<a href=\"http://www.example.com/\">aaaa</a>