Ticket #4 (closed enhancement: wontfix)

Opened 6 years ago

Last modified 5 years ago

issues with piggybacking

Reported by: b.eggleston@gmail.com Assigned to:
Priority: major Milestone: rails-1.3
Component: other Version: 0.1
Keywords: 00620170 Cc:

Description

It would be much more seamless to switch a Model field to use translation if the include_translated option didn't require piggybacking.

For instance if we have a model Car which belongs to :category, and a model Category which translates :name then we can do car = Car.find_first :include_translated => :category car.category_name

I'd like to do the usual: car.category.name

Change History

04/29/07 19:32:01 changed by jsierles

  • status changed from new to closed.
  • type changed from task to enhancement.
  • resolution set to wontfix.
  • summary changed from vicodin to issues with piggybacking.

Lack of clarifications or patches here. Reopen if necessary.