Method: ReleaseNotes.setup

Defined in:
lib/release_notes.rb

.setup {|_self| ... } ⇒ Object

Default way to setup ReleaseNotes. Run rails g release_notes:install to create a fresh initializer with all configuration values.

Yields:

  • (_self)

Yield Parameters:

  • _self (ReleaseNotes)

    the object that the method was called on



26
27
28
# File 'lib/release_notes.rb', line 26

def self.setup
  yield self
end