i m new in RoR..I have created a function in my controller
def create_by
......
end
.how can i call this one by using a link ..ie from my view this
function should be called when clicking on some field like name...
so in my index how can i call this function using a link
.<th><%= link_to _created_by 'name' %></th>..
i have used this..but getting errors...can anybody help me...