Sha256: e29f10a247247e1d74e3647953f98dff0c3f7726ac36d861930d20bb5be22164
Contents?: true
Size: 270 Bytes
Versions: 2
Compression:
Stored size: 270 Bytes
Contents
# encoding: utf-8 module WorldDbAdmin class ContinentsController < WorldDbAdminController # GET /continents def index @continents = Continent.all @order = params[:order] || 'title' end end # class ContinentsController end # module WorldDbAdmin
Version data entries
2 entries across 2 versions & 1 rubygems
Version | Path |
---|---|
worlddb-admin-0.1.1 | app/controllers/world_db_admin/continents_controller.rb |
worlddb-admin-0.1.0 | app/controllers/world_db_admin/continents_controller.rb |