Class: RemoteIssueStatus

Inherits:
ActiveRecord::Base
  • Object
show all
Includes:
RedmineRemotes::Sanitizer
Defined in:
app/models/remote_issue_status.rb

Class Method Summary collapse

Methods included from RedmineRemotes::Sanitizer

downcase_sanitize

Class Method Details

.remote_name_optionsObject



18
19
20
# File 'app/models/remote_issue_status.rb', line 18

def remote_name_options
  all.pluck(:remote_name).map { |v| [v.upcase, v] }
end