12 lines
295 B
Ruby
12 lines
295 B
Ruby
# Specify which components you wish to include when
|
|
# the "home" component loads.
|
|
|
|
# bootstrap css framework
|
|
component 'bootstrap'
|
|
|
|
# a default theme for the bootstrap framework
|
|
component 'bootstrap_jumbotron_theme'
|
|
|
|
# provides templates for login, signup, and logout
|
|
component 'user_templates'
|