Skip to content

Commit

Permalink
adding some more controller
Browse files Browse the repository at this point in the history
  • Loading branch information
erik committed Jun 22, 2011
1 parent dd6ecca commit aaa1611
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 0 deletions.
2 changes: 2 additions & 0 deletions app/controllers/api/credits_controller.rb
@@ -0,0 +1,2 @@
class Api::CreditsController < ApplicationController
end
2 changes: 2 additions & 0 deletions app/controllers/api/donations_controller.rb
@@ -0,0 +1,2 @@
class Api::DonationsController < ApplicationController
end
2 changes: 2 additions & 0 deletions app/controllers/api/users_controller.rb
@@ -0,0 +1,2 @@
class Api::UsersController < ApplicationController
end

0 comments on commit aaa1611

Please sign in to comment.