Class: ArticleStatus
- Inherits:
-
ActiveRecord::Base
- Object
- ActiveRecord::Base
- ArticleStatus
- Defined in:
- app/models/article_status.rb
Constant Summary collapse
- STATUS_SENT =
1
- STATUS_VIEWED =
2
- WORD_FOR_STATUS =
{ STATUS_SENT => I18n.t(:article_status_sent_word), STATUS_VIEWED => I18n.t(:article_status_viewed_word) }
- @@per_page =
50