adding teacher profiles
This commit is contained in:
@ -14,7 +14,7 @@ SimpleForm.setup do |config|
|
||||
# stack. The options given below are used to wrap the
|
||||
# whole input.
|
||||
|
||||
config.wrappers :default, tag: 'div', class: '', error_class: '', valid_class: '' do |b|
|
||||
config.wrappers :default, tag: 'div', class: 'mt-4', error_class: '', valid_class: '' do |b|
|
||||
b.use :html5
|
||||
b.use :placeholder
|
||||
b.optional :maxlength
|
||||
|
@ -1,4 +1,5 @@
|
||||
Rails.application.routes.draw do
|
||||
resources :teachers
|
||||
resources :entities
|
||||
|
||||
devise_for :members
|
||||
|
Reference in New Issue
Block a user