public
Description: authentication for merb using dm core
Clone URL: git://github.com/BrianTheCoder/can_has_auth_core.git
100644 14 lines (11 sloc) 0.444 kb
1
2
3
4
5
6
7
8
9
10
11
12
13
14
TODO:
 
- Fix CanHasAuth.description and CanHasAuth.version
- Fix LICENSE with your name
- Fix Rakefile with your name and contact info
- Add your code to lib/can_has_auth.rb
- Add your Merb rake tasks to lib/can_has_auth/merbtasks.rb
 
Remove anything that you don't need:
 
- app/controllers/main.rb CanHasAuth::Main controller
- app/views/layout/can_has_auth.html.erb
- spec/controllers/main_spec.rb controller specs
- public/* any public files