Displaying 1 result from an estimated 1 matches for "mypetkingdom".
2010 Apr 06
1
error with 'will_paginate' -- need help!
...:order =>
''last_name, first_name''
end
end
def browse
end
def search
end
end
I get the following error when I click on an index:
NameError in CommunityController#index
uninitialized constant CommunityController::Page
RAILS_ROOT: /home/ironmantis7x/projects/mypetkingdom
Application Trace | Framework Trace | Full Trace
/usr/lib/ruby/gems/1.8/gems/activesupport-2.3.5/lib/active_support/
dependencies.rb:105:in `const_missing''
/home/ironmantis7x/projects/mypetkingdom/app/controllers/
community_controller.rb:9:in `index''
Can someone help me out? I...