- Softwrap mode:
- Toggle
Blob of app/controllers/members_controller.rb
(raw blob data)
| 1 | class MembersController < ApplicationController |
| 2 | |
| 3 | before_filter :find_project |
| 4 | |
| 5 | def index |
| 6 | end |
| 7 | |
| 8 | end |
