joegattnet/joegattnet_v3

View on GitHub
app/models/concerns/evernote_request_custom.rb

Summary

Maintainability
A
0 mins
Test Coverage
# encoding: utf-8

module EvernoteRequestCustom
  extend ActiveSupport::Concern

  def required_evernote_notebooks
    NB.evernote_notebooks
  end
end