Sha256: 344b31ca3ed6dcb5392c443ab2038e9e19a0229fe83c0efa00f2ba169eadb682
Contents?: true
Size: 255 Bytes
Versions: 1
Compression:
Stored size: 255 Bytes
Contents
module Geopolitical class HoodsController < ApplicationController inherit_resources # belongs_to :city # respond_to :html, :xml, :json def collection @hoods = Hood.ordered.search(params[:search], params[:page]) end end end
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
geopolitical-0.0.1 | app/controllers/geopolitical/hoods_controller.rb |