Method: Rails::Command::NotesCommand#perform
- Defined in:
- railties/lib/rails/commands/notes/notes_command.rb
#perform ⇒ Object
11 12 13 14 15 |
# File 'railties/lib/rails/commands/notes/notes_command.rb', line 11 def perform(*) boot_application! display_annotations end |