Ticket #132 (closed defect: fixed)
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
Note: See
TracTickets for help on using
tickets.
