Commit f6cdd883 by Truong Ba Dieu

Restruct space

parent 45697591
class CategoriesController < ApplicationController class CategoriesController < ApplicationController
before_filter :get_categories before_filter :get_categories
def show def show
@category = Category.find(params[:id]) @category = Category.find(params[:id])
end end
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment