Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions app.rb
Original file line number Diff line number Diff line change
Expand Up @@ -129,7 +129,7 @@ class Extension < ActiveRecord::Base
@extension = Extension.new(manifest_hash)

if @extension.save
flash.now[:notice] = 'Sweeeeet! Thanks for adding your exension!'
flash.now[:notice] = 'Sweeeeet! Thanks for adding your extension!'
else
status 409
flash.now[:error] = @extension.errors.first[1]
Expand Down Expand Up @@ -232,4 +232,4 @@ def update id
end
end

end
end