Skip to content

Commit

Permalink
update template
Browse files Browse the repository at this point in the history
  • Loading branch information
thethanghn committed Aug 4, 2016
1 parent 70476d3 commit 08465e8
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,8 @@ module Admin
# simply overwrite any of the RESTful actions. For example:
#
# def index
# super
# @resources = <%= class_name %>.all.paginate(10, params[:page])
@ @resources = get_resource_index.includes(:employer, :employer_location).page(params[:page]).per(records_per_page)
# render_index
# end

# Define a custom finder by overriding the `find_resource` method:
Expand Down

0 comments on commit 08465e8

Please sign in to comment.