Class Hosting::ProjectVhostsController
In: app/controllers/hosting/project_vhosts_controller.rb
Parent: ApplicationController

Methods

Included Modules

Dsadmin::Webfe::VhostsControllerCommon

Protected Instance methods

[Source]

    # File app/controllers/hosting/project_vhosts_controller.rb, line 24
24:   def modelclass
25:     ProjectVhost
26:   end

[Source]

    # File app/controllers/hosting/project_vhosts_controller.rb, line 28
28:   def sortfields
29:     %w{id projectname hostname kind}
30:   end

[Validate]