Skip to content

Commit

Permalink
Remove dupped methods
Browse files Browse the repository at this point in the history
  • Loading branch information
crxssed7 committed Jan 26, 2025
1 parent 518e579 commit 8ff9374
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions app/models/comic.rb
Original file line number Diff line number Diff line change
Expand Up @@ -95,8 +95,6 @@ def sync

def year = start_year

def to_s = name

def self.import(comic_vine_id:, nsfw: false)
comic = Comic.find_or_initialize_by(cv_id: comic_vine_id)
comic.nsfw = nsfw
Expand Down

0 comments on commit 8ff9374

Please sign in to comment.