Class: Elabs::Member::ProjectsController

Inherits:
MemberContentApplicationController show all
Defined in:
app/controllers/elabs/member/projects_controller.rb

Constant Summary collapse

ALLOWED_FIELDS =
i[name short_description description main_url sources_url docs_url sfw published hidden_in_history license_id language_id tags_list minor_update update_description].freeze
ALLOWED_RELATIONS =
{}.freeze
MODEL =
Project
PLURAL_NAME =
'projects'.freeze
SINGULAR_NAME =
'project'.freeze

Constants inherited from MemberContentApplicationController

MemberContentApplicationController::DEFAULT_ORDER_FIELD

Constants inherited from MemberApplicationController

MemberApplicationController::DEFAULT_ORDER_FIELD, MemberApplicationController::MAX_ITEMS_PER_PAGE

Method Summary

Methods inherited from MemberContentApplicationController

#create, #destroy, #edit, #index, #new, #toggle_publication, #update