class TranslationsController < ApplicationController
  hobo_model_controller
  auto_actions :all
end


On Aug 16, 1:28 pm, kevinpfromnm <[email protected]> wrote:
> do you have the translations controller?
>
> On Aug 15, 11:21 pm, Sonja Elen Kisa <[email protected]> wrote:
>
> > Can I create a model this way?http://pastie.org/1094984
>
> > Idiom has_many :translations, and Idiom
> > has_many :language_variants, :through => :translations
>
> > Yet I still want Translation to have the two fields called signature
> > and example.
>
> > There seems to be no link to go to localhost:3000/translations, as if
> > Hobo/Rails is not acknowledging that this Translation model exists or
> > was done right.
>
> > Sonja

-- 
You received this message because you are subscribed to the Google Groups "Hobo 
Users" 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/hobousers?hl=en.

Reply via email to