Ticket #132 (closed defect: fixed)

Opened 18 months ago

Last modified 15 months ago

Example in Documentation for Camping::H faulty

Reported by: schmidt Owned by: why
Priority: minor Milestone:
Component: camping.gem Version: 1.5
Keywords: Cc:

Description

In the example code in Camping::H's preamble it is

  module Blog::Models
    class Index < R '/'
      ...
    end
  end

instead of

  module Blog::Controllers
    class Index < R '/'
      ...
    end
  end

Change History

Changed 15 months ago by zimbatm

  • status changed from new to closed
  • resolution set to fixed

Fixed by [199]

Note: See TracTickets for help on using tickets.