Method: Graphql::Dashboard::Installable#feature_installed?
- Defined in:
- lib/graphql/dashboard/installable.rb
#feature_installed? ⇒ Boolean
9 10 11 |
# File 'lib/graphql/dashboard/installable.rb', line 9 def feature_installed? raise "Implement #{self.class}#feature_installed? to check whether this should render `not_installed` or not." end |