Class: Breeze::StylesController

Inherits:
BreezeController show all
Defined in:
app/controllers/breeze/styles_controller.rb

Instance Method Summary collapse

Methods inherited from BreezeController

#authenticate_if, #current_member_email

Instance Method Details

#indexObject



4
5
6
7
8
# File 'app/controllers/breeze/styles_controller.rb', line 4

def index
  @page_styles = PageStyle.all
  @section_styles = SectionStyle.all
  @cards_styles = CardStyle.all
end