File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed 
react_on_rails_pro/lib/react_on_rails_pro Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -239,7 +239,7 @@ def self.react_on_rails_pro?
239239      @react_on_rails_pro  =  begin 
240240        return  false  unless  gem_available? ( "react_on_rails_pro" ) 
241241
242-         ReactOnRailsPro ::Utils . validate_licence! 
242+         ReactOnRailsPro ::Utils . validated_license_data! . present? 
243243      end 
244244    end 
245245
Original file line number Diff line number Diff line change @@ -20,8 +20,8 @@ def self.rorp_puts(message)
2020    # 
2121    # @return [Boolean] true if license is valid 
2222    # @raise [ReactOnRailsPro::Error] if license is invalid 
23-     def  self . validate_licence !
24-       LicenseValidator . validate !
23+     def  self . validated_license_data !
24+       LicenseValidator . validated_license_data !
2525    end 
2626
2727    def  self . copy_assets 
 
 
   
 
     
   
   
          
    
    
     
    
      
     
     
    You can’t perform that action at this time.
  
 
    
  
    
      
        
     
       
      
     
   
 
    
    
  
 
  
 
     
    
0 commit comments