Module: EacRedmineUsability::Patches::Project::InstanceMethods

Defined in:
lib/redmine_remotes/patches/project.rb

Instance Method Summary collapse

Instance Method Details

#remote_issuesObject



15
16
17
# File 'lib/redmine_remotes/patches/project.rb', line 15

def remote_issues
  ::RemoteIssue.where('local_issue_id in (select id from issues where project_id = ?)', id)
end