ecm_courses2 0.2.3 → 0.2.4

Sign up to get free protection for your applications and to get access to all the features.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: 2b1a5637ea7a3b714851a777b081c050d7ea3517
4
- data.tar.gz: c771ab3d86f7f0ba5362c0cf5423899a5a68cafb
3
+ metadata.gz: 1ea3cd305efd0c2b4d939860e93d42820325ff66
4
+ data.tar.gz: d6be0e7cfdfade76a7e8173140622da027045136
5
5
  SHA512:
6
- metadata.gz: bd2d84e30fe8da285cb4fb0feaa723e0f9ab3a3fd5f55f9c8a1547d7ed82209e5f3d8e9afcea5ce5afa245d45c292fa4df6f2749963f52d9bd8288c73c6388e4
7
- data.tar.gz: 0bb2f33238cf16c416afcf3b14e5d014e6e6bb9847568c891d71bd01fabcbd630b2dffbe6f081de20bfc6026c55a2eab82c83e65ca4dad97c64fb114be4fee90
6
+ metadata.gz: 1589ca187af394004471f928fa30205dbe0bb2001ae54532f4f6774ef7773a8c5e201f2ab1e97e86a420cfac29cf3b5ea9eefc066e03f1ee4014abd248250f3f
7
+ data.tar.gz: 15d15ea52adb6dbb3d0d2702941ab6101d8fb74ace78bc2d591a7dcaa4e49ce75ef1c7165610cde203359dfb1d444613ccdd11a9ced9fee3896e6f24a3af25a7
@@ -1,5 +1,5 @@
1
1
  module Ecm::Courses
2
- class CourseCategoriesController < ApplicationController
2
+ class CourseCategoriesController < Ecm::Courses::ApplicationController
3
3
  def self.resource_class
4
4
  CourseCategory
5
5
  end
@@ -1,5 +1,5 @@
1
1
  module Ecm::Courses
2
- class CourseDatesController < ApplicationController
2
+ class CourseDatesController < Ecm::Courses::ApplicationController
3
3
  def index
4
4
  @course_dates = CourseDate.includes(course: [ :course_category ]).all
5
5
  end
@@ -1,5 +1,5 @@
1
1
  module Ecm::Courses
2
- class CoursesController < ApplicationController
2
+ class CoursesController < Ecm::Courses::ApplicationController
3
3
  def self.resource_class
4
4
  Course
5
5
  end
@@ -1,5 +1,5 @@
1
1
  module Ecm
2
2
  module Courses
3
- VERSION = '0.2.3'.freeze
3
+ VERSION = '0.2.4'.freeze
4
4
  end
5
5
  end
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: ecm_courses2
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.2.3
4
+ version: 0.2.4
5
5
  platform: ruby
6
6
  authors:
7
7
  - Roberto Vasquez Angel
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2017-03-09 00:00:00.000000000 Z
11
+ date: 2017-04-01 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: rails