Class: Elabs::ElabsPublicController

Inherits:
ElabsApplicationController show all
Includes:
Concerns::Reportable
Defined in:
app/controllers/elabs/elabs_public_controller.rb

Constant Summary collapse

ALLOWED_NESTED_FROM =
[].freeze
ALLOWED_ORDER_FROM =
[].freeze
DEFAULT_ORDER =
{ id: :desc }.freeze
IS_NSFW_FILTERABLE =
false
MAX_ITEMS_PER_PAGE =
Elabs.max_items_per_page