Class: Compartment::Admin::SettingsController

Inherits:
Compartment::ApplicationController show all
Defined in:
app/controllers/compartment/admin/settings_controller.rb

Instance Attribute Summary

Attributes inherited from Compartment::ApplicationController

#current_site

Instance Method Summary collapse

Methods inherited from Compartment::ApplicationController

#find_site_by_domain

Instance Method Details

#indexObject



7
8
9
# File 'app/controllers/compartment/admin/settings_controller.rb', line 7

def index
  @theme = current_site.theme
end