9 10 11 12
# File 'app/controllers/homeland/site/sites_controller.rb', line 9 def new authorize! :create, ::Site @site = ::Site.new end