Class: AdminUrlInfosController

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

Instance Method Summary collapse

Instance Method Details

#indexObject



2
3
4
5
6
# File 'app/controllers/admin_url_infos_controller.rb', line 2

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