Skip to content

Commit

Permalink
Add Repost module namespace to Action class (#1)
Browse files Browse the repository at this point in the history
* Add Repost module namespace Action class
  • Loading branch information
auscaster authored and vergilet committed Jun 20, 2019
1 parent c023249 commit ba5e916
Showing 1 changed file with 6 additions and 4 deletions.
10 changes: 6 additions & 4 deletions lib/repost/action.rb
Original file line number Diff line number Diff line change
@@ -1,6 +1,8 @@
class Action
def self.perform(*args)
action = new(*args)
action.perform
module Repost
class Action
def self.perform(*args)
action = new(*args)
action.perform
end
end
end

0 comments on commit ba5e916

Please sign in to comment.