Denis Domenko

Results 2 comments of Denis Domenko

What about `has_many` and `has_many: through` association?

Have an issue `ActiveRecord::AssociationTypeMismatch in RequestsAdmin::AdminController#update` When try to set a blogger checkbox to true ```ruby form do |request| col(xs: 4) {text_field :request, disabled: true} col(xs: 4) {check_box :read} fields_for...