app/models/note/skos/definition.rb in iqvoc-4.3.3 vs app/models/note/skos/definition.rb in iqvoc-4.4.0

- old
+ new

@@ -13,21 +13,19 @@ # WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. # See the License for the specific language governing permissions and # limitations under the License. class Note::SKOS::Definition < Note::SKOS::Base - self.rdf_predicate = 'definition' def self.view_section(obj) - "main" + 'main' end def self.view_section_sort_key(obj) 500 # Show near the end of the section end def self.search_result_partial_name 'partials/note/skos/definition/search_result' end - end