Ticket #47 (closed defect: fixed)
Wtf?? No instance vars!
| Reported by: | rapha | Owned by: | somebody |
|---|---|---|---|
| Priority: | blocker | Milestone: | |
| Component: | lib | Version: | |
| Keywords: | Cc: |
Description (last modified by rapha) (diff)
Up until now I was using the xhtml_careful branch. Then I wanted Rails 1.2 goodness (a.k.a. form_tag with blocks). It seemed the trunk was more up to serving my needs (#43). I switched. Now stuff breaks.
Controller:
@column_headers = [['name', 2], ['account'], ['postcode'], ['city']]
View:
@column_headers = @helpers.controller::assigns['column_headers']
Without the line in the view, I get a nil object where truly I did not expect one :-(
Help?
Change History
Note: See
TracTickets for help on using
tickets.