On May 17, 4:43 am, RichardOnRails <[email protected]> wrote: > module GMC_mod > # The standard views (in app.views) in alphabetical order > # for any DB table > :private
Not relevant to the problem but this doesn't actually make methods private (it's just the symbol literal 'private'). Remove the : for it to actually do something (similarly for the public later on) Fred -- You received this message because you are subscribed to the Google Groups "Ruby on Rails: Talk" 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/rubyonrails-talk?hl=en.

