/app/helpers/url_helpers.rb

20 views
Skip to first unread message

fugee ohu

unread,
Mar 8, 2018, 12:49:27 AM3/8/18
to Ruby on Rails: Talk
how do i use this file?

Abhinay kumar

unread,
Mar 8, 2018, 6:31:14 AM3/8/18
to Ruby on Rails: Talk
start writing method inside your url module.

module UrlHelper

  def url
      #......
  end
end

These methods then can be called from your view. we use helper method to reduce the noise in view files.

André Orvalho

unread,
Mar 9, 2018, 5:55:23 AM3/9/18
to Ruby on Rails: Talk
Dude you really need to read a book or learn how to start using google. You ask every single question of the most simple usage of the framework.

You can learn here: http://bit.ly/2tvfGTT
Reply all
Reply to author
Forward
0 new messages