Class: ArticleStatusController
- Inherits:
-
ApplicationController
- Object
- ApplicationController
- ArticleStatusController
- Defined in:
- app/controllers/article_status_controller.rb
Instance Method Summary collapse
Instance Method Details
#index ⇒ Object
7 8 9 10 11 |
# File 'app/controllers/article_status_controller.rb', line 7 def index @article_statuses = ArticleStatus.paginate_by_user_id(current_user, :page => params[:page], :order => 'updated_at DESC') end |