d6c7fb2084
This came from the previous 3-column times
10 lines
197 B
Ruby
10 lines
197 B
Ruby
class Cards::PreviewsController < ApplicationController
|
|
include FilterScoped
|
|
|
|
before_action :set_filter, only: :index
|
|
|
|
def index
|
|
set_page_and_extract_portion_from @filter.cards
|
|
end
|
|
end
|