Searched refs:formality_levels (Results 1 - 5 of 5) sorted by relevance

/ontohub/app/controllers/
H A Dformality_levels_controller.rb15 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 Dnavigation_helper.rb169 ['Formality Levels', url_for([resource, :formality_levels]),
170 :formality_levels],
/ontohub/app/models/
H A Dontology.rb181 def formality_levels method
/ontohub/lib/
H A Drake_helper.rb78 Settings.formality_levels.each { |t| update_or_create_by_name(FormalityLevel, t.to_h) }
/ontohub/config/
H A Droutes.rb167 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