class MilestonesController

Public Instance Methods

index() click to toggle source
# File actionpack/test/controller/routing_test.rb, line 9
def index() head :ok end
Also aliased as: show
show()
Alias for: index