Sha256: 8e4fee7fc64717b231ae5592d04ad8f6c0939949a44f70cf3c9c9964871c139c
Contents?: true
Size: 101 Bytes
Versions: 1
Compression:
Stored size: 101 Bytes
Contents
class CountriesController < ApplicationController def index @countries = Country.all end end
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
fixed_model-0.0.1 | test/dummy/app/controllers/countries_controller.rb |