8 lines
106 B
Ruby
Executable File
8 lines
106 B
Ruby
Executable File
# -*- encoding : utf-8 -*-
|
|
|
|
class Newsletter < ActiveRecord::Base
|
|
validates_presence_of :title
|
|
|
|
|
|
end
|