On 16 May 2012 07:13, amvis <[email protected]> wrote: > i have one view onepage.html.erb, also have one controller onepages > > class onepages_controller > > def show > @name = "name1" > render 'onepages/onepage' > end > > def onepage > > // have to access show method variables > end > end > > When i click on the onepage.html.erb. that have one button when i click on > that button the show method will execute, after that i have to get that > variables into onepage..How to get that variable?
This might be helpful http://ruby.11.n6.nabble.com/method-value-passing-in-rails-td4897203.html Colin -- You received this message because you are subscribed to the Google Groups "Ruby on Rails: Talk" group. To post to this group, send email to [email protected]. To unsubscribe from this group, send email to [email protected]. For more options, visit this group at http://groups.google.com/group/rubyonrails-talk?hl=en.

