so I have an ID at the top of my page. but how do i access the #?
···
--
Posted via http://www.ruby-forum.com/.
so I have an ID at the top of my page. but how do i access the #?
--
Posted via http://www.ruby-forum.com/.
Perhaps you could work on wording your question a little better. There
isn't much information to go on.
I think your asking how to access the id in the get request in your
controller
params[:id]
On 6/27/07, David Henner <drhenner@gmail.com> wrote:
so I have an ID at the top of my page. but how do i access the #?
--