Skip to content

Commit

Permalink
Add methods that looks like a course model
Browse files Browse the repository at this point in the history
  • Loading branch information
tomas-stefano committed Jul 12, 2024
1 parent 7981a2a commit 3bf9a85
Showing 1 changed file with 4 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,10 @@
attr_accessor :level

def tda_active?; end

def teacher_degree_apprenticeship?; end

def is_published?; end
end

klass.new
Expand Down

0 comments on commit 3bf9a85

Please sign in to comment.