summaryrefslogtreecommitdiff
path: root/lib/generators/nifty/scaffold/templates/actions/index.rb
blob: 0a8420c4674390c4278e4d1400ff1c46d06ff0b0 (plain)
1
2
3
  def index
    @<%= instances_name %> = <%= class_name %>.all
  end