Class: UnderConstructionController
- Inherits:
-
ApplicationController
- Object
- ApplicationController
- UnderConstructionController
- Defined in:
- app/controllers/under_construction_controller.rb
Instance Method Summary collapse
Instance Method Details
#index ⇒ Object
4 5 6 7 8 9 10 11 |
# File 'app/controllers/under_construction_controller.rb', line 4 def index @email = UnderConstructionEmailStorage.new respond_to do |format| format.html { render template: "under_construction/#{@theme}/index" } end end |