Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

NoMethodError in Student#admission1 #22

Open
IsraelBuitronD opened this issue May 9, 2011 · 1 comment
Open

NoMethodError in Student#admission1 #22

IsraelBuitronD opened this issue May 9, 2011 · 1 comment
Milestone

Comments

@IsraelBuitronD
Copy link
Owner

When url http://localhost:3000/student/admission1 is requested, browser throws this error:

undefined method `is_enabled' for nil:NilClass

around line #205.
And this stacktrace:

202:           <label for="student_email"><%= t('app.views.student.admission1.email') %></label>
203:           <div class="text-input-bg"><%= s.text_field :email %></div>
204:         </div>-->
205:         <% if @application_sms_enabled.is_enabled == true %>
206:         <hr class="label-underline"></hr>
207:         <div class="label-field-pair">
208:           <label for="student_sms"><%= t('app.views.student.admission1.enable_sms_features') %></label>
@upekshamati
Copy link

Los datos que se quitaron del formulario admission1 son:

  • Nacionalidad
  • Idioma
  • Religion
  • Y todo lo relacionado a la direccin, ya que estos se repetirian en la
    seccin del padre o tutor.

En el formulario Admission2 se quitaron los datos:

  • Fecha de nacimiento
  • Educacin
  • Ingreso

Esto se realiz por peticin de interkids

Es por ello que el reporte perfil de alumno se modific.

Quedo pendiente

2011/5/9 neoriddle <
[email protected]>

When url http://localhost:3000/student/admission1 is requested, browser
throws this error:

undefined method `is_enabled' for nil:NilClass

around line #205.
And this stacktrace:

202: <%=
t('app.views.student.admission1.email') %>
203:

<%= s.text_field :email
%>

204: -->
205: <% if @application_sms_enabled.is_enabled == true %>
206:

207:

208: <%=
t('app.views.student.admission1.enable_sms_features') %>

Reply to this email directly or view it on GitHub:
#22

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants