Derived Activerecord Ruby Class
问题 I am totally new to ruby. I am trying to make a RESTful service for task tracking application. I researched and found Sinatra better for the job than rails. So I am using Sinatra and ActiveRecord. I am following Up and Running With Sinatra and ActiveRecord. I will be creating the client application in .NET using Restsharp. But this is all about server side. This is the migration I have created class CreateTasksPeopleDocumentsAndComments < ActiveRecord::Migration def self.up create_table