Displaying 1 result from an estimated 1 matches for "sales_taxis".
Did you mean:
sales_taxes
2006 Jun 13
6
tax a reserved word?
.../commands/server.rb:30
/usr/local/lib/ruby/site_ruby/1.8/rubygems/custom_require.rb:21:in
`require''
/usr/local/lib/ruby/gems/1.8/gems/activesupport-1.3.1/lib/active_support/dependencies.rb:147:in
`require''
script/server:3
This error occured while loading the following files:
sales_taxis.rb
I have no "taxis" anywhere in my code. I''ve even done a project search
in textmate trying to find it. Here''s my list action:
def list
@sales_tax_pages, @sales_taxes = paginate :sales_taxes, :per_page =>
10
end
I must be nuts or have a ghost in the machin...