Displaying 1 result from an estimated 1 matches for "representatif".
Did you mean:
representativ
2005 Mar 30
0
Help - dependencies.rb - `const_missing': uninitialized constant
...end
When I browse to http://127.0.0.1/organisations I get:
NameError in Organisations#index
Showing /organisations/list.rhtml where line #27 raised
C:/ruby/lib/ruby/gems/1.8/gems/activesupport-1.0.3/lib/active_support/dependencies.rb:181:in
`const_missing'': uninitialized constant Representatife
27: <td><%= reps_list(o) %></td>
28: </tr>
29: <% end %>
30:
Note it says "uninitialized constant Representatife", not
"Representative". I guess this is something Rails is doing to the
Representative name, because I have no reference to...