Searched refs:formality_levels (Results 1 - 5 of 5) sorted by relevance
/ontohub/app/controllers/ |
H A D | formality_levels_controller.rb | 15 success.html { redirect_to [*resource_chain, :formality_levels] } 21 success.html { redirect_to [*resource_chain, :formality_levels] } 27 success.html { redirect_to [*resource_chain, :formality_levels] }
|
/ontohub/app/helpers/ |
H A D | navigation_helper.rb | 169 ['Formality Levels', url_for([resource, :formality_levels]), 170 :formality_levels],
|
/ontohub/app/models/ |
H A D | ontology.rb | 181 def formality_levels method
|
/ontohub/lib/ |
H A D | rake_helper.rb | 78 Settings.formality_levels.each { |t| update_or_create_by_name(FormalityLevel, t.to_h) }
|
/ontohub/config/ |
H A D | routes.rb | 167 license_models formality_levels 575 specified_get '/formality_levels/:id' => 'formality_levels#show', 578 reroute_on_mime 'application/json', to: 'api/v1/formality_levels#show' 660 resources :formality_levels 747 resources :formality_levels
|
Completed in 11 milliseconds