Skip to content

Instantly share code, notes, and snippets.

@sbatson5
Created January 22, 2025 16:59
Show Gist options
  • Save sbatson5/efcb3dc3cba31b0089843f3548464c2d to your computer and use it in GitHub Desktop.
Save sbatson5/efcb3dc3cba31b0089843f3548464c2d to your computer and use it in GitHub Desktop.
class Book::GenreAutomation
attr_accessor :book
def initialize(book_id)
self.book = Book.find(book_id)
end
end
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment