Class: UnderConstructionController

Inherits:
ApplicationController
  • Object
show all
Defined in:
app/controllers/under_construction_controller.rb

Instance Method Summary collapse

Instance Method Details

#indexObject



4
5
6
7
8
9
10
11
# File 'app/controllers/under_construction_controller.rb', line 4

def index
  assign_config_options_to_view
  @email = UnderConstructionEmailStorage.new
  
  respond_to do |format|
    format.html { render template: "under_construction/#{@theme}/index" }
  end
end