Title / Description
Code class CategoriesController < ApplicationController before_filter :preinit, :only => [:show, :edit, :update, :destroy] def index @categories = paging(Category) end def show end def edit end
Author
Highlight as C C++ CSS Clojure Delphi ERb Groovy (beta) HAML HTML JSON Java JavaScript PHP Plain text Python Ruby SQL XML YAML diff code