Module: ApiHelper
- Defined in:
- app/helpers/api_helper.rb
Instance Method Summary collapse
Instance Method Details
#open_api_projects ⇒ Object
3 4 5 |
# File 'app/helpers/api_helper.rb', line 3 def open_api_projects Project.where.not(api_access_token: nil) end |