2009-10-04 00:03:08 -04:00
|
|
|
class ContentController < ActionController::Base; end
|
|
|
|
|
2006-02-04 18:09:26 -05:00
|
|
|
module Admin
|
2009-12-01 23:22:48 -05:00
|
|
|
class AccountsController < ActionController::Base; end
|
2009-10-20 10:52:59 -04:00
|
|
|
class PostsController < ActionController::Base; end
|
2009-10-10 20:53:40 -04:00
|
|
|
class StuffController < ActionController::Base; end
|
2009-10-20 10:52:59 -04:00
|
|
|
class UserController < ActionController::Base; end
|
2009-12-01 23:22:48 -05:00
|
|
|
class UsersController < ActionController::Base; end
|
2005-07-15 11:00:39 -04:00
|
|
|
end
|
2009-10-04 00:03:08 -04:00
|
|
|
|
|
|
|
module Api
|
2009-12-01 23:22:48 -05:00
|
|
|
class UsersController < ActionController::Base; end
|
2009-10-04 00:03:08 -04:00
|
|
|
class ProductsController < ActionController::Base; end
|
|
|
|
end
|
|
|
|
|
2009-12-01 23:22:48 -05:00
|
|
|
class AccountController < ActionController::Base; end
|
|
|
|
class ArchiveController < ActionController::Base; end
|
2009-10-04 00:03:08 -04:00
|
|
|
class ArticlesController < ActionController::Base; end
|
|
|
|
class BarController < ActionController::Base; end
|
2009-12-01 23:22:48 -05:00
|
|
|
class BlogController < ActionController::Base; end
|
2009-10-04 00:03:08 -04:00
|
|
|
class BooksController < ActionController::Base; end
|
2009-12-01 23:22:48 -05:00
|
|
|
class CarsController < ActionController::Base; end
|
|
|
|
class CcController < ActionController::Base; end
|
2009-09-07 00:02:55 -04:00
|
|
|
class CController < ActionController::Base; end
|
2009-10-04 00:03:08 -04:00
|
|
|
class FooController < ActionController::Base; end
|
2009-12-01 23:22:48 -05:00
|
|
|
class GeocodeController < ActionController::Base; end
|
|
|
|
class NewsController < ActionController::Base; end
|
2009-10-20 10:52:59 -04:00
|
|
|
class NotesController < ActionController::Base; end
|
2012-02-12 00:09:03 -05:00
|
|
|
class PagesController < ActionController::Base; end
|
2009-10-04 00:03:08 -04:00
|
|
|
class PeopleController < ActionController::Base; end
|
2009-10-20 10:52:59 -04:00
|
|
|
class PostsController < ActionController::Base; end
|
2009-10-04 00:03:08 -04:00
|
|
|
class SubpathBooksController < ActionController::Base; end
|
2009-12-01 23:22:48 -05:00
|
|
|
class SymbolsController < ActionController::Base; end
|
|
|
|
class UserController < ActionController::Base; end
|
2012-02-12 00:09:03 -05:00
|
|
|
class UsersController < ActionController::Base; end
|