Skip to content

Commit

Permalink
Merge pull request #40 from dang03/development
Browse files Browse the repository at this point in the history
Fixed small typo
  • Loading branch information
dang03 authored May 17, 2017
2 parents 3673986 + 7d3d847 commit 4947052
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion models/catalogue_models.rb
Original file line number Diff line number Diff line change
Expand Up @@ -162,6 +162,6 @@ class Dependencies_mapping ## Temporary name
field :pd, type: String
field :nsds, type: String
field :vnfds, type: String
field :deps, type: string
field :deps, type: String
validates :son_package_uuid, :pd, :nsds, :vnfds, :presence => true
end

0 comments on commit 4947052

Please sign in to comment.