You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

news_exemplar.rb 144B

12345
  1. class News < ActiveRecord::Base
  2. generator_for :title, :start => 'A New Item'
  3. generator_for :description, :start => 'Some content here'
  4. end