Class: AdminData::HomeController

Inherits:
ApplicationController show all
Defined in:
app/controllers/admin_data/home_controller.rb

Instance Attribute Summary

Attributes inherited from ApplicationController

#klass

Instance Method Summary collapse

Instance Method Details

#indexObject



4
5
6
7
8
# File 'app/controllers/admin_data/home_controller.rb', line 4

def index
  respond_to do |format|
    format.html
  end
end