Sha256: d92309108f8d18554bdf7572c2f9c801503a643f51ae38a5d567e6bae8107b36
Contents?: true
Size: 147 Bytes
Versions: 16
Compression:
Stored size: 147 Bytes
Contents
class StatesController < ApplicationController respond_to :html, :json def index @states = State.all respond_with @states end end
Version data entries
16 entries across 16 versions & 2 rubygems