t alias doesn't work

I18n.t works but t alias doesn't. This is rails 2.3.5.

Thanks

I18n.t works but t alias doesn't. This is rails 2.3.5.

In what context ? t is only supposed to work in views/controllers/ helpers - in models you 'll have to write I18n.t

Fred