fortune.rb 68 B

123
  1. class Fortune < ActiveRecord::Base
  2. self.table_name = "Fortune"
  3. end