Module: Gaku

Defined in:
lib/gaku/core.rb,
lib/gaku/migrations.rb,
app/models/gaku/exam.rb,
app/models/gaku/note.rb,
app/models/gaku/role.rb,
app/models/gaku/user.rb,
lib/gaku/core/engine.rb,
app/models/gaku/badge.rb,
app/models/gaku/level.rb,
app/models/gaku/state.rb,
app/models/gaku/campus.rb,
app/models/gaku/course.rb,
app/models/gaku/lesson.rb,
app/models/gaku/preset.rb,
app/models/gaku/school.rb,
app/models/gaku/ability.rb,
app/models/gaku/address.rb,
app/models/gaku/contact.rb,
app/models/gaku/country.rb,
app/models/gaku/faculty.rb,
app/models/gaku/install.rb,
app/models/gaku/program.rb,
app/models/gaku/student.rb,
app/models/gaku/teacher.rb,
app/models/gaku/guardian.rb,
app/models/gaku/schedule.rb,
app/models/gaku/semester.rb,
app/models/gaku/syllabus.rb,
app/models/gaku/template.rb,
app/models/gaku/specialty.rb,
app/models/gaku/user_role.rb,
app/models/gaku/assignment.rb,
app/models/gaku/attachment.rb,
app/models/gaku/attendance.rb,
app/models/gaku/badge_type.rb,
app/models/gaku/department.rb,
app/models/gaku/enrollment.rb,
app/models/gaku/exam_score.rb,
app/models/gaku/class_group.rb,
app/models/gaku/lesson_plan.rb,
app/models/gaku/school_role.rb,
app/models/gaku/school_year.rb,
app/helpers/gaku/gaku_helper.rb,
app/models/gaku/contact_type.rb,
app/models/gaku/course_group.rb,
app/models/gaku/exam_portion.rb,
app/models/gaku/exam_session.rb,
app/models/gaku/simple_grade.rb,
app/models/gaku/admin_ability.rb,
app/models/gaku/exam_schedule.rb,
app/models/gaku/exam_syllabus.rb,
app/models/gaku/program_level.rb,
app/models/gaku/grading_method.rb,
app/models/gaku/student_review.rb,
app/services/gaku/user_creator.rb,
lib/gaku/grading/single/result.rb,
app/models/gaku/attendance_type.rb,
app/models/gaku/assignment_score.rb,
app/models/gaku/program_syllabus.rb,
app/models/gaku/student_guardian.rb,
app/models/gaku/enrollment_status.rb,
app/models/gaku/program_specialty.rb,
app/models/gaku/simple_grade_type.rb,
app/models/gaku/student_specialty.rb,
app/models/gaku/exam_portion_score.rb,
app/models/gaku/grading_method_set.rb,
app/models/gaku/scholarship_status.rb,
app/models/gaku/semester_connector.rb,
app/services/gaku/contact_creation.rb,
app/services/gaku/contact_updation.rb,
lib/gaku/grading/collection/result.rb,
app/models/gaku/commute_method_type.rb,
app/models/gaku/semester_attendance.rb,
app/services/gaku/student_selection.rb,
lib/gaku/grading/single/base_method.rb,
app/controllers/gaku/core_controller.rb,
app/decorators/gaku/course_decorator.rb,
app/decorators/gaku/person_decorator.rb,
app/models/gaku/student_exam_session.rb,
lib/gaku/grading/single/calculations.rb,
app/controllers/gaku/exams_controller.rb,
app/decorators/gaku/student_decorator.rb,
app/decorators/gaku/teacher_decorator.rb,
app/decorators/gaku/guardian_decorator.rb,
app/models/gaku/external_school_record.rb,
app/models/gaku/course_group_enrollment.rb,
app/models/gaku/grading_method_set_item.rb,
app/models/gaku/student_review_category.rb,
lib/gaku/grading/collection/base_method.rb,
app/models/gaku/extracurricular_activity.rb,
app/models/gaku/grading_method_connector.rb,
lib/gaku/grading/collection/calculations.rb,
lib/generators/gaku/dummy/dummy_generator.rb,
lib/generators/gaku/docker/docker_generator.rb,
lib/generators/gaku/install/install_generator.rb,
app/controllers/gaku/courses/exams/exam_portion_scores_controller.rb

Defined Under Namespace

Modules: ClassNameDetector, Core, GakuHelper, Grading, Migrations Classes: Ability, Address, AdminAbility, Assignment, AssignmentScore, Attachment, Attendance, AttendanceType, Badge, BadgeType, Campus, ClassGroup, CommuteMethodType, Contact, ContactCreation, ContactType, ContactUpdation, CoreController, Country, Course, CourseDecorator, CourseGroup, CourseGroupEnrollment, Department, DockerGenerator, DummyGenerator, Enrollment, EnrollmentStatus, Exam, ExamPortion, ExamPortionScore, ExamSchedule, ExamScore, ExamSession, ExamSyllabus, ExamsController, ExternalSchoolRecord, ExtracurricularActivity, Faculty, GradingMethod, GradingMethodConnector, GradingMethodSet, GradingMethodSetItem, Guardian, GuardianDecorator, Install, InstallGenerator, Lesson, LessonPlan, Level, Note, PersonDecorator, Preset, Program, ProgramLevel, ProgramSpecialty, ProgramSyllabus, Role, Schedule, ScholarshipStatus, School, SchoolRole, SchoolYear, Semester, SemesterAttendance, SemesterConnector, SimpleGrade, SimpleGradeType, Specialty, State, Student, StudentDecorator, StudentExamSession, StudentGuardian, StudentReview, StudentReviewCategory, StudentSelection, StudentSpecialty, Syllabus, Teacher, TeacherDecorator, Template, User, UserCreator, UserRole

Class Method Summary collapse

Class Method Details

.config {|Gaku::Config| ... } ⇒ Object

Yields:

  • (Gaku::Config)


21
22
23
# File 'lib/gaku/core.rb', line 21

def self.config(&_block)
  yield(Gaku::Config)
end