#682 open
kjetilge

undefined method `+' in translations.rb:75:in `ht'

Reported by kjetilge | March 31st, 2010 @ 07:52 PM | in Hobo 1.1

I have a

class Group < ActiveRecord::Base
    fields: {bla bla}

    has_many :messages#, :accessible => true, :dependent => :destroy
    has_many :documents#, :accessible => true, :dependent => :destroy

if I remove the #'s to make the children accessible for editing and try to edit "Group" I get the enclosed exception.

If I remove messages: (all of it) from my locale file the errors dissapears.

Seems like choosing "+" as an add sign in the code somewhere didn't work out.

Comments and changes to this ticket

Please Sign in or create a free account to add a new ticket.

With your very own profile, you can contribute to projects, track your activity, watch tickets, receive and update tickets through your email and much more.

New-ticket Create new ticket

Create your profile

Help contribute to this project by taking a few moments to create your personal profile. Create your profile ยป

People watching this ticket

Tags

Referenced by

Pages