public
Description: A sample Hobo app - similar to meetup.com
Clone URL: git://github.com/drnic/hobo-meeting-app.git
Search Repo:
drnic (author)
Sat May 17 03:39:14 -0700 2008
commit  412de69916e23c185072af4b0e1407bda85a1421
tree    9b31aeeba939414702dda2c2ef291d9e258a2a34
parent  a9dc6c5b90145b5a8390dd08c97a76a146795464
hobo-meeting-app / app / controllers / meetings_controller.rb
100644 7 lines (4 sloc) 0.136 kb
1
2
3
4
5
6
7
class MeetingsController < ApplicationController
 
  hobo_model_controller
 
  auto_actions :all, :except => :new_meeting_attendance
 
end