6 lines
111 B
Ruby
Executable File
6 lines
111 B
Ruby
Executable File
class Newsletter < ActiveRecord::Base
|
|
validates_presence_of :title
|
|
|
|
attr_accessible :title, :content
|
|
end
|