Sha256: 58c8a0c0784248469488f52ca78a7c451d3b9d06ac75f90fa9ee3c3e7ef102c3
Contents?: true
Size: 305 Bytes
Versions: 4
Compression:
Stored size: 305 Bytes
Contents
module Elabs module Member class MemberApplicationController < ElabsApplicationController DEFAULT_ORDER_FIELD = 'id'.freeze MAX_ITEMS_PER_PAGE = Elabs.max_members_items_per_page before_action :authenticate_user! layout 'elabs/layouts/member_application' end end end
Version data entries
4 entries across 4 versions & 1 rubygems