Skip to content
Snippets Groups Projects
Commit 0da4808b authored by Lucas Ernesto Kindinger's avatar Lucas Ernesto Kindinger
Browse files

Remove log message from institution.rb

parent e0c0e2b4
No related branches found
No related tags found
No related merge requests found
class Institution class Institution
include ActiveModel::Model include ActiveModel::Model
attr_accessor :id, :name, :created_at, :last_modified, :country, :city, :description, :thumbnail, :address attr_accessor :id, :name, :created_at, :last_modified, :country, :city, :description, :thumbnail, :address
end
def all \ No newline at end of file
puts "oi"
end
end
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment