Sha256: 564e9dca8384980395ec79a75d97eb9cecb56dba5c5e3778eb0aea27cfb3d170

Contents?: true

Size: 271 Bytes

Versions: 3

Compression:

Stored size: 271 Bytes

Contents

module Geopolitical
  # Nations Public Controller
  class NationsController < GeopoliticalController
    def collection
      @nations = Nation.ordered
    end

    # private
    # def permitted_params
    #   params.permit! #require(:nation).permit!
    # end
  end
end

Version data entries

3 entries across 3 versions & 1 rubygems

Version Path
geopolitical-2.0.0 app/controllers/geopolitical/nations_controller.rb
geopolitical-1.0.5 app/controllers/geopolitical/nations_controller.rb
geopolitical-1.0.3 app/controllers/geopolitical/nations_controller.rb