Orbit/vendor/built_in_modules/new_blog/app
Matthew Kaito Juyuan Fu 31d7cd5b38 Object Auth. Now object can be included with "include OrbitCoreLib::ObjectAuthable" to use kernel method,such as
1.Object.authed_for_user(user,title_of_object_auth).  title_of_object_auth is optional
2.object.authed_users(user,title_of_object_auth) .  title_of_object_auth is optional
if title_of_object_auth is not given,then it will return calculation across all possiblity.
2012-02-09 17:48:51 +08:00
..
assets Change "NewBlog" folders into "new_blog" in assets 2012-01-24 18:16:58 +08:00
controllers put setup APP var setup into Orbit class 2012-01-24 12:28:32 +08:00
helpers Change NewBlog to new_blog 2012-01-10 18:29:11 +08:00
mailers Change NewBlog to new_blog 2012-01-10 18:29:11 +08:00
models Object Auth. Now object can be included with "include OrbitCoreLib::ObjectAuthable" to use kernel method,such as 2012-02-09 17:48:51 +08:00
views Change NewBlog to new_blog 2012-01-10 18:29:11 +08:00