About Active Record and Camping
ActiveRecord is a tool for storing objects in a database. If you use Camping::Models at all, you'll need to understand how to use ActiveRecord.
None of this is a requirement, so be sure to install ActiveRecord if you plan to use it:
To learn ActiveRecord, refer to the documentation at http://api.rubyonrails.org/classes/ActiveRecord/Base.html.
