class ResourcesController
Public Instance Methods
index()
click to toggle source
# File actionpack/test/abstract_unit.rb, line 351 def index() head :ok end
Also aliased as: show
# File actionpack/test/abstract_unit.rb, line 351 def index() head :ok end