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



6
7
8
9
10
# File 'app/controllers/admin_data/home_controller.rb', line 6

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