another rails check

Ruby code posted
created at 28 Sep 23:17

Edit | Back
1
2
3
4
5
6
7
8
9
10
11
12
class CategoriesController < ApplicationController
  before_filter :preinit, :only => [:show, :edit, :update, :destroy]

  def index
    @categories = paging(Category)
  end

  def show
  end

  def edit
  end
220 Bytes in 2 ms with coderay